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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DShadowStackGC.cpp154 LPad->setCleanup(true);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1794 NLI->setCleanup(CleanupFlag);
1802 LI.setCleanup(CleanupFlag);
/macosx-10.9.5/llvmCore-3425.0.33/examples/ExceptionDemo/
H A DExceptionDemo.cpp1247 caughtResult->setCleanup(true);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp201 setCleanup(LP.isCleanup());
231 setCleanup(false);
H A DCore.cpp1863 unwrap<LandingPadInst>(LandingPad)->setCleanup(Val);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2221 /// setCleanup - Indicate that this landingpad instruction is a cleanup.
2222 void setCleanup(bool V) { function in class:llvm::LandingPadInst
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLParser.cpp3612 LP->setCleanup(EatIfPresent(lltok::kw_cleanup));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2470 LP->setCleanup(IsCleanup);
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.mli1807 See the method [llvm::LandingPadInst::setCleanup]. *)

Completed in 204 milliseconds