Searched refs:getNormalCleanupDestSlot (Results 1 – 4 of 4) sorted by relevance
355 CGF.getNormalCleanupDestSlot(), in ResolveAllBranchFixups()382 auto Load = createLoadInstBefore(CGF.getNormalCleanupDestSlot(), in TransitionToCleanupSwitch()824 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot()); in PopCleanupBlock()877 cast<llvm::Instruction>(getNormalCleanupDestSlot().getPointer()); in PopCleanupBlock()906 createLoadInstBefore(getNormalCleanupDestSlot(), "cleanup.dest", in PopCleanupBlock()954 getNormalCleanupDestSlot(), in PopCleanupBlock()1126 createStoreInstBefore(Index, getNormalCleanupDestSlot(), BI); in EmitBranchThroughCleanup()1312 Address CodeGenFunction::getNormalCleanupDestSlot() { in getNormalCleanupDestSlot() function in CodeGenFunction
1362 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot(), in Emit()1392 CGF.getNormalCleanupDestSlot()); in Emit()1732 Address Addr = CGF.getNormalCleanupDestSlot(); in Emit()
4289 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot()); in Emit()4295 CGF.getNormalCleanupDestSlot()); in Emit()
2010 Address getNormalCleanupDestSlot();