pub(crate) fn get_abi(
target_machine: &TargetMachine,
) -> Result<LLVMAbi<TargetArchitecture>, CompileError>Expand description
Selects ABI lowering for an LLVM target machine.
pub(crate) fn get_abi(
target_machine: &TargetMachine,
) -> Result<LLVMAbi<TargetArchitecture>, CompileError>Selects ABI lowering for an LLVM target machine.