Searched refs:LLVMSetInstructionCallConv (Results 1 – 4 of 4) sorted by relevance
3332 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
1481 LLVMSetInstructionCallConv(Inst, Int_val(CC)); in llvm_set_instruction_call_conv()
1237 C.LLVMSetInstructionCallConv(v.C, C.unsigned(cc))
2836 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { in LLVMSetInstructionCallConv() function