LLVMGetFunctionCallConv

Obtain the calling function of a function.

The returned value corresponds to the LLVMCallConv enumeration.

@see llvm::Function::getCallingConv()

extern (C) nothrow
uint
LLVMGetFunctionCallConv
(
LLVMValueRef Fn
)

Meta