Home
last modified time | relevance | path

Searched refs:setCleanup (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h153 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
DCGException.cpp856 LPadInst->setCleanup(true); in EmitLandingPad()
863 LPadInst->setCleanup(true); in EmitLandingPad()
DCGBlocks.cpp562 capture.setCleanup(CGF.EHStack.stable_begin()); in enterBlockScope()
/external/llvm/lib/CodeGen/
DShadowStackGC.cpp154 LPad->setCleanup(true); in Next()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1741 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
1749 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1247 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/external/llvm/lib/VMCore/
DInstructions.cpp195 setCleanup(LP.isCleanup()); in LandingPadInst()
225 setCleanup(false); in init()
DCore.cpp1831 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/external/llvm/include/llvm/
DInstructions.h2215 void setCleanup(bool V) {
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2413 LP->setCleanup(IsCleanup); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp3525 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in ParseLandingPad()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1807 See the method [llvm::LandingPadInst::setCleanup]. *)