to_llvm_calling_convention

Function to_llvm_calling_convention 

Source
pub(crate) fn to_llvm_calling_convention(
    sess: &Session,
    abi: CanonAbi,
) -> CallConv
Expand description

Determines the appropriate llvm::CallConv to use for a given function ABI, for the current target.