ΒΆvoid LLVMSetFunctionCallConv(LLVMValueRef Fn,
                             unsigned int CC)

Description

Set the calling convention of a function.

Declared at: llvm/include/llvm-c/Core.h:2607

Parameters

LLVMValueRef Fn
Function to operate on
unsigned int CC
LLVMCallConv to set calling convention to