Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEscapeEnumerator.cpp82 LPad->setCleanup(true); in Next()
DInlineFunction.cpp615 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/external/clang/lib/CodeGen/
DCGBlocks.h182 void setCleanup(EHScopeStack::stable_iterator cleanup) { in setCleanup() function
DCGException.cpp857 LPadInst->setCleanup(true); in EmitLandingPad()
861 LPadInst->setCleanup(true); in EmitLandingPad()
DCGBlocks.cpp630 capture.setCleanup(CGF.EHStack.stable_begin()); in enterBlockScope()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp159 LPad->setCleanup(true); in Next()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1275 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1224 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2704 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
2712 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2880 NLI->setCleanup(CleanupFlag); in visitLandingPadInst()
2888 LI.setCleanup(CleanupFlag); in visitLandingPadInst()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp535 InlinedLPad->setCleanup(true); in HandleInlinedLandingPad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp256 setCleanup(LP.isCleanup()); in LandingPadInst()
276 setCleanup(false); in init()
DCore.cpp2802 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/external/llvm/lib/IR/
DInstructions.cpp201 setCleanup(LP.isCleanup()); in LandingPadInst()
221 setCleanup(false); in init()
DCore.cpp2529 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val); in LLVMSetCleanup()
/external/llvm/include/llvm/IR/
DInstructions.h2749 void setCleanup(bool V) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3190 void setCleanup(bool V) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4227 LP->setCleanup(IsCleanup); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5215 LP->setCleanup(IsCleanup); in parseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp5794 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in ParseLandingPad()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2056 See the method [llvm::LandingPadInst::setCleanup]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli2072 See the method [llvm::LandingPadInst::setCleanup]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp6285 LP->setCleanup(EatIfPresent(lltok::kw_cleanup)); in ParseLandingPad()