Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3347 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1465 return Val_int(LLVMGetInstructionCallConv(Inst)); in llvm_instruction_call_conv()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2810 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv() function