Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h737 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DCore.h1981 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1017 return Val_int(LLVMGetFunctionCallConv(Fn)); in llvm_function_call_conv()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1279 return Val_int(LLVMGetFunctionCallConv(Fn)); in llvm_function_call_conv()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1315 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn) { in LLVMGetFunctionCallConv() function
/external/llvm/lib/IR/
DCore.cpp1809 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn) { in LLVMGetFunctionCallConv() function
/external/llvm/bindings/go/llvm/
Dir.go1038 return CallConv(C.LLVMCallConv(C.LLVMGetFunctionCallConv(v.C)))