Searched defs:getNormalCleanupDestSlot (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp300 CGF.getNormalCleanupDestSlot(),
328 new llvm::LoadInst(CGF.getNormalCleanupDestSlot(), "cleanup.dest", Term);
708 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot());
771 new llvm::LoadInst(getNormalCleanupDestSlot(), "cleanup.dest");
818 getNormalCleanupDestSlot(),
961 new llvm::StoreInst(Index, getNormalCleanupDestSlot(), BI);
1138 llvm::Value *CodeGenFunction::getNormalCleanupDestSlot() { function in class:CodeGenFunction

Completed in 44 milliseconds