Searched refs:CreateInvoke (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1011 InvokeInst *CreateInvoke(FunctionType *Ty, Value *Callee, 1022 InvokeInst *CreateInvoke(FunctionType *Ty, Value *Callee, 1033 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest, 1037 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(), 1041 InvokeInst *CreateInvoke(FunctionCallee Callee, BasicBlock *NormalDest, 1045 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 494 NewCall = Builder.CreateInvoke( in rewriteSetJmpCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 1171 builder.CreateInvoke(&toInvoke, in createCatchWrappedInvokeFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 1327 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList); in EmitSehScope()
|
H A D | CGCall.cpp | 4422 Builder.CreateInvoke(callee, in EmitNoreturnRuntimeCallOrInvoke() 4468 Inst = Builder.CreateInvoke(Callee, ContBB, InvokeDest, Args, BundleList, in EmitCallOrInvoke() 5244 CI = Builder.CreateInvoke(IRFuncTy, CalleePtr, Cont, InvokeDest, IRCallArgs, in EmitCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 718 return Builder->CreateInvoke(FnStatepoint, NormalDest, UnwindDest, Args, in CreateGCStatepointInvokeCommon()
|
H A D | Core.cpp | 3178 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke() 3186 return wrap(unwrap(B)->CreateInvoke( in LLVMBuildInvoke2()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1344 NewCS = IRB.CreateInvoke(NewFT, IRB.CreateBitCast(JT, NewFTPtr), in applyICallBranchFunnel()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2687 NewCall = Builder.CreateInvoke(Callee, II->getNormalDest(), in transformConstExprCastCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 3314 NewCB = IRB.CreateInvoke(NewFT, Func, II->getNormalDest(), in visitCallBase()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 1408 func (b Builder) CreateInvoke(fn Value, args []Value, then, catch BasicBlock, name string) (rv Valu… func
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2149 See the method [llvm::LLVMBuilder::CreateInvoke]. *)
|