Function cranelift_module::default_libcall_names

source ยท
pub fn default_libcall_names() -> Box<dyn Fn(LibCall) -> String + Send + Sync>
Expand description

Default names for ir::LibCalls. A function by this name is imported into the object as part of the translation of a ir::ExternalName::LibCall variant.