Searched refs:CreateInvoke (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 627 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, 632 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest, 647 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
|
| /minix3/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/ |
| H A D | ExceptionDemo.cpp | 1224 builder.CreateInvoke(&toInvoke, in createCatchWrappedInvokeFunction()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 2891 Builder.CreateInvoke(callee, in EmitNoreturnRuntimeCallOrInvoke() 2943 Inst = Builder.CreateInvoke(Callee, ContBB, InvokeDest, Args, Name); in EmitCallOrInvoke() 3311 CS = Builder.CreateInvoke(Callee, Cont, InvokeDest, IRCallArgs); in EmitCall()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1596 NC = Builder->CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1582 NewCS = IRB.CreateInvoke(Func, II->getNormalDest(), II->getUnwindDest(), in visitCallSite()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2237 return wrap(unwrap(B)->CreateInvoke(unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1238 func (b Builder) CreateInvoke(fn Value, args []Value, then, catch BasicBlock, name string) (rv Valu… func
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2004 See the method [llvm::LLVMBuilder::CreateInvoke]. *)
|