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.
pub(crate) fn to_llvm_calling_convention(
sess: &Session,
abi: CanonAbi,
) -> CallConv
Determines the appropriate llvm::CallConv
to use for a given function
ABI, for the current target.