Searched refs:LLVMSetFunctionCallConv (Results 1 – 4 of 4) sorted by relevance
2555 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC);
1333 LLVMSetFunctionCallConv(Fn, Int_val(Id)); in llvm_set_function_call_conv()
1147 func (v Value) SetFunctionCallConv(cc CallConv) { C.LLVMSetFunctionCallConv(v.C, C.unsigned(cc)) }
2432 void LLVMSetFunctionCallConv(LLVMValueRef Fn, unsigned CC) { in LLVMSetFunctionCallConv() function