Searched refs:LLVMGetFunctionCallConv (Results 1 – 3 of 3) sorted by relevance
2485 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn);
2366 unsigned LLVMGetFunctionCallConv(LLVMValueRef Fn) { in LLVMGetFunctionCallConv() function
4486 LLVMSetInstructionCallConv(ret, LLVMGetFunctionCallConv(func)); in ac_build_call()