Searched refs:CreateLandingPad (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
| H A D | LLVMToLLVMIRTranslation.cpp | 393 builder.CreateLandingPad(ty, lpOp.getNumOperands()); in convertOperationImpl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 833 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0); in EmitLandingPad() 1527 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty), 0); in getTerminateLandingPad()
|
| /llvm-project-15.0.7/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1219 builder.CreateLandingPad(ourCaughtResultType, in createCatchWrappedInvokeFunction()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 479 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(), 0, "LP"); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 2346 LandingPadInst *CreateLandingPad(Type *Ty, unsigned NumClauses,
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1870 func (b Builder) CreateLandingPad(t Type, nclauses int, name string) (l Value) { func
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 3197 return wrap(unwrap(B)->CreateLandingPad(unwrap(Ty), NumClauses, Name)); in LLVMBuildLandingPad()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2116 See the method [llvm::LLVMBuilder::CreateLandingPad]. *)
|