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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp298 CGF.getNormalCleanupDestSlot(),
325 new llvm::LoadInst(CGF.getNormalCleanupDestSlot(), "cleanup.dest", Term);
698 Builder.CreateStore(Builder.getInt32(0), getNormalCleanupDestSlot());
761 new llvm::LoadInst(getNormalCleanupDestSlot(), "cleanup.dest");
808 getNormalCleanupDestSlot(),
956 new llvm::StoreInst(Index, getNormalCleanupDestSlot(), BI);
1133 llvm::Value *CodeGenFunction::getNormalCleanupDestSlot() { function in class:CodeGenFunction

Completed in 480 milliseconds