Function default_libcall_names

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

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