Searched refs:LLVMSetInstructionCallConv (Results 1 – 4 of 4) sorted by relevance
3270 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
1501 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
1271 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
2844 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function