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

/external/clang/lib/CodeGen/
H A DCGBlocks.h182 void setCleanup(EHScopeStack::stable_iterator cleanup) { function in class:clang::CodeGen::CGBlockInfo::Capture
H A DCGException.cpp855 LPadInst->setCleanup(true);
859 LPadInst->setCleanup(true);
H A DCGBlocks.cpp625 capture.setCleanup(CGF.EHStack.stable_begin());
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp155 LPad->setCleanup(true);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1275 caughtResult->setCleanup(true);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp268 InlinedLPad->setCleanup(true);
/external/llvm/lib/IR/
H A DInstructions.cpp183 setCleanup(LP.isCleanup());
203 setCleanup(false);
H A DCore.cpp2300 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2672 NLI->setCleanup(CleanupFlag);
2680 LI.setCleanup(CleanupFlag);
/external/llvm/include/llvm/IR/
H A DInstructions.h2689 /// setCleanup - Indicate that this landingpad instruction is a cleanup.
2690 void setCleanup(bool V) { function in class:llvm::LandingPadInst
/external/llvm/lib/AsmParser/
H A DLLParser.cpp5575 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4777 LP->setCleanup(IsCleanup);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2026 See the method [llvm::LandingPadInst::setCleanup]. *)

Completed in 268 milliseconds