Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp107 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(), 0, "LP"); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp602 LandingPadInst *LPI = Builder.CreateLandingPad(LPadSlotTy, PersFn, 0); in UpgradeExceptionHandling()
DCore.cpp1792 return wrap(unwrap(B)->CreateLandingPad(unwrap(Ty), in LLVMBuildLandingPad()
/external/clang/lib/CodeGen/
DCGException.cpp757 llvm::LandingPadInst *LPadInst = Builder.CreateLandingPad( in EmitLandingPad()
1302 llvm::LandingPadInst *LPadInst = Builder.CreateLandingPad( in getTerminateLandingPad()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1271 builder.CreateLandingPad(ourCaughtResultType, in createCatchWrappedInvokeFunction()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1271 builder.CreateLandingPad(ourCaughtResultType, in createCatchWrappedInvokeFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h1207 LandingPadInst *CreateLandingPad(Type *Ty, Value *PersFn, unsigned NumClauses,
/external/llvm/include/llvm/IR/
DIRBuilder.h1654 LandingPadInst *CreateLandingPad(Type *Ty, unsigned NumClauses,
/external/llvm/lib/IR/
DCore.cpp2491 return wrap(unwrap(B)->CreateLandingPad(unwrap(Ty), NumClauses, Name)); in LLVMBuildLandingPad()
/external/llvm/bindings/go/llvm/
Dir.go1734 func (b Builder) CreateLandingPad(t Type, nclauses int, name string) (l Value) { func
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1801 See the method [llvm::LLVMBuilder::CreateLandingPad]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2051 See the method [llvm::LLVMBuilder::CreateLandingPad]. *)