Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp85 LPad->setCleanup(true); in Next()
H A DInlineFunction.cpp634 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h186 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
H A DCGException.cpp923 LPadInst->setCleanup(true); in EmitLandingPad()
927 LPadInst->setCleanup(true); in EmitLandingPad()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1223 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3445 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
3453 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp207 setCleanup(LP.isCleanup()); in LandingPadInst()
227 setCleanup(false); in init()
H A DCore.cpp3281 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2888 void setCleanup(bool V) { setSubclassData<CleanupField>(V); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4905 LP->setCleanup(IsCleanup); in parseFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2165 See the method [llvm::LandingPadInst::setCleanup]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7212 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in parseLandingPad()