LLVMGetFunctionCallConv

Function LLVMGetFunctionCallConv 

Source
pub unsafe extern "C" fn LLVMGetFunctionCallConv(
    Fn: LLVMValueRef,
) -> c_uint
Expand description

Obtain the calling function of a function.

The returned value corresponds to the LLVMCallConv enumeration.

@see llvm::Function::getCallingConv()