Searched refs:getNormalCleanupDestSlot (Results 1 – 4 of 4) sorted by relevance
360 CGF.getNormalCleanupDestSlot(), in ResolveAllBranchFixups()387 auto Load = createLoadInstBefore(CGF.getNormalCleanupDestSlot(), in TransitionToCleanupSwitch()829 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot()); in PopCleanupBlock()887 cast<llvm::Instruction>(getNormalCleanupDestSlot().getPointer()); in PopCleanupBlock()916 createLoadInstBefore(getNormalCleanupDestSlot(), "cleanup.dest", in PopCleanupBlock()964 getNormalCleanupDestSlot(), in PopCleanupBlock()1138 createStoreInstBefore(Index, getNormalCleanupDestSlot(), BI); in EmitBranchThroughCleanup()1324 Address CodeGenFunction::getNormalCleanupDestSlot() { in getNormalCleanupDestSlot() function in CodeGenFunction
1386 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot(), in Emit()1416 CGF.getNormalCleanupDestSlot()); in Emit()1756 Address Addr = CGF.getNormalCleanupDestSlot(); in Emit()
4267 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot()); in Emit()4273 CGF.getNormalCleanupDestSlot()); in Emit()
2070 Address getNormalCleanupDestSlot();