Home
last modified time | relevance | path

Searched refs:CreateInvoke (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DIRBuilder.h634 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
639 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
654 InvokeInst *CreateInvoke(Value *Callee, BasicBlock *NormalDest,
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1222 builder.CreateInvoke(&toInvoke, in createCatchWrappedInvokeFunction()
/external/clang/lib/CodeGen/
DCGCall.cpp2939 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/
DInstCombineCalls.cpp1686 NC = Builder->CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1582 NewCS = IRB.CreateInvoke(Func, II->getNormalDest(), II->getUnwindDest(), in visitCallSite()
/external/llvm/lib/IR/
DCore.cpp2236 return wrap(unwrap(B)->CreateInvoke(unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke()
/external/llvm/bindings/go/llvm/
Dir.go1238 func (b Builder) CreateInvoke(fn Value, args []Value, then, catch BasicBlock, name string) (rv Valu… func
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2004 See the method [llvm::LLVMBuilder::CreateInvoke]. *)