ΒΆvoid LLVMSetFunctionCallConv(LLVMValueRef Fn,
unsigned int CC)
void LLVMSetFunctionCallConv(LLVMValueRef Fn,
unsigned int CC)
Description
Set the calling convention of a function.
Declared at: llvm/include/llvm-c/Core.h:2495
Parameters
- LLVMValueRef Fn
- Function to operate on
- unsigned int CC
- LLVMCallConv to set calling convention to