Home
last modified time | relevance | path

Searched refs:getNormalCleanupDestSlot (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.cpp298 CGF.getNormalCleanupDestSlot(), in ResolveAllBranchFixups()
325 new llvm::LoadInst(CGF.getNormalCleanupDestSlot(), "cleanup.dest", Term); in TransitionToCleanupSwitch()
698 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot()); in PopCleanupBlock()
761 new llvm::LoadInst(getNormalCleanupDestSlot(), "cleanup.dest"); in PopCleanupBlock()
808 getNormalCleanupDestSlot(), in PopCleanupBlock()
954 new llvm::StoreInst(Index, getNormalCleanupDestSlot(), BI); in EmitBranchThroughCleanup()
1131 llvm::Value *CodeGenFunction::getNormalCleanupDestSlot() { in getNormalCleanupDestSlot() function in CodeGenFunction
DCGException.cpp1369 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot(), in Emit()
1398 CGF.getNormalCleanupDestSlot()); in Emit()
DCodeGenFunction.h980 llvm::Value *getNormalCleanupDestSlot();
DCGObjCMac.cpp3529 CGF.Builder.CreateLoad(CGF.getNormalCleanupDestSlot()); in Emit()
3535 CGF.getNormalCleanupDestSlot()); in Emit()