reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 1642   Address getNormalCleanupDestSlot();

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  340                             CGF.getNormalCleanupDestSlot(),
  367     auto Load = createLoadInstBefore(CGF.getNormalCleanupDestSlot(),
  792           Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot());
  837             cast<llvm::Instruction>(getNormalCleanupDestSlot().getPointer());
  863           createLoadInstBefore(getNormalCleanupDestSlot(), "cleanup.dest",
  911                                 getNormalCleanupDestSlot(),
 1084   createStoreInstBefore(Index, getNormalCleanupDestSlot(), BI);
tools/clang/lib/CodeGen/CGException.cpp
 1312         CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot(),
 1341                                 CGF.getNormalCleanupDestSlot());
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4159             CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot());
 4165                                     CGF.getNormalCleanupDestSlot());