Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3337 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1470 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2814 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function