Searched refs:getNormalCleanupDestSlot (Results 1 – 4 of 4) sorted by relevance
343 CGF.getNormalCleanupDestSlot(), in ResolveAllBranchFixups()370 auto Load = createLoadInstBefore(CGF.getNormalCleanupDestSlot(), in TransitionToCleanupSwitch()812 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot()); in PopCleanupBlock()865 cast<llvm::Instruction>(getNormalCleanupDestSlot().getPointer()); in PopCleanupBlock()894 createLoadInstBefore(getNormalCleanupDestSlot(), "cleanup.dest", in PopCleanupBlock()942 getNormalCleanupDestSlot(), in PopCleanupBlock()1115 createStoreInstBefore(Index, getNormalCleanupDestSlot(), BI); in EmitBranchThroughCleanup()1301 Address CodeGenFunction::getNormalCleanupDestSlot() { in getNormalCleanupDestSlot() function in CodeGenFunction
1358 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot(), in Emit()1388 CGF.getNormalCleanupDestSlot()); in Emit()1729 Address Addr = CGF.getNormalCleanupDestSlot(); in Emit()
4346 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot()); in Emit()4352 CGF.getNormalCleanupDestSlot()); in Emit()
1950 Address getNormalCleanupDestSlot();