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