LLVMSetFunctionCallConv

Set the calling convention of a function.

@see llvm::Function::setCallingConv()

@param Fn Function to operate on @param CC LLVMCallConv to set calling convention to

extern (C) nothrow
void
LLVMSetFunctionCallConv
(
LLVMValueRef Fn
,
uint CC
)

Meta