HomeSort by: relevance | last modified time | path
    Searched defs:CreateInvoke (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
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(),
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1408 func (b Builder) CreateInvoke(fn Value, args []Value, then, catch BasicBlock, name string) (rv Value) {

Completed in 20 milliseconds