Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp628 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h190 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
H A DCGException.cpp929 LPadInst->setCleanup(true); in EmitLandingPad()
933 LPadInst->setCleanup(true); in EmitLandingPad()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1223 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3788 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3796 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp222 setCleanup(LP.isCleanup()); in LandingPadInst()
242 setCleanup(false); in init()
H A DCore.cpp3240 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3006 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2106 See the method [llvm::LandingPadInst::setCleanup]. *)
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5867 LP->setCleanup(IsCleanup); in parseFunctionBody()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp7316 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()