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