Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3270 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1501 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1271 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2844 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function