Home
last modified time | relevance | path

Searched refs:LLVMGetInstructionCallConv (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h802 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr);
/external/llvm/include/llvm-c/
DCore.h2593 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1188 return Val_int(LLVMGetInstructionCallConv(Inst)); in llvm_instruction_call_conv()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1494 return Val_int(LLVMGetInstructionCallConv(Inst)); in llvm_instruction_call_conv()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1602 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv() function
/external/llvm/lib/IR/
DCore.cpp2174 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv() function
/external/llvm/bindings/go/llvm/
Dir.go1150 return CallConv(C.LLVMCallConv(C.LLVMGetInstructionCallConv(v.C)))