Searched refs:getNormalCleanupDestSlot (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 333 CGF.getNormalCleanupDestSlot(), Fixup.InitialBranch, in ResolveAllBranchFixups() 360 auto Load = createLoadInstBefore(CGF.getNormalCleanupDestSlot(), in TransitionToCleanupSwitch() 825 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot()); in PopCleanupBlock() 883 cast<llvm::Instruction>(getNormalCleanupDestSlot().getPointer()); in PopCleanupBlock() 912 getNormalCleanupDestSlot(), "cleanup.dest", nullptr, *this); in PopCleanupBlock() 960 getNormalCleanupDestSlot(), Fixup.InitialBranch, in PopCleanupBlock() 1136 createStoreInstBefore(Index, getNormalCleanupDestSlot(), BI, *this); in EmitBranchThroughCleanup() 1296 RawAddress CodeGenFunction::getNormalCleanupDestSlot() { in getNormalCleanupDestSlot() function in CodeGenFunction
|
| H A D | CGException.cpp | 1387 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot(), in Emit() 1417 CGF.getNormalCleanupDestSlot()); in Emit() 1757 Address Addr = CGF.getNormalCleanupDestSlot(); in Emit()
|
| H A D | CGObjCMac.cpp | 4274 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot()); in Emit() 4280 CGF.getNormalCleanupDestSlot()); in Emit()
|
| H A D | CodeGenFunction.h | 2160 RawAddress getNormalCleanupDestSlot();
|