Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h182 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
DCGException.cpp855 LPadInst->setCleanup(true); in EmitLandingPad()
859 LPadInst->setCleanup(true); in EmitLandingPad()
DCGBlocks.cpp625 capture.setCleanup(CGF.EHStack.stable_begin()); in enterBlockScope()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp155 LPad->setCleanup(true); in Next()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1275 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2672 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
2680 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp268 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/external/llvm/lib/IR/
DInstructions.cpp183 setCleanup(LP.isCleanup()); in LandingPadInst()
203 setCleanup(false); in init()
DCore.cpp2300 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/external/llvm/include/llvm/IR/
DInstructions.h2690 void setCleanup(bool V) {
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4777 LP->setCleanup(IsCleanup); in parseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp5575 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in ParseLandingPad()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2026 See the method [llvm::LandingPadInst::setCleanup]. *)