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/
DCore.h3347 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1465 return Val_int(LLVMGetInstructionCallConv(Inst)); in llvm_instruction_call_conv()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2810 unsigned LLVMGetInstructionCallConv(LLVMValueRef Instr) { in LLVMGetInstructionCallConv() function