Function rustc_monomorphize::partitioning::compute_codegen_unit_name
source ยท fn compute_codegen_unit_name(
tcx: TyCtxt<'_>,
name_builder: &mut CodegenUnitNameBuilder<'_>,
def_id: DefId,
volatile: bool,
cache: &mut FxHashMap<(DefId, bool), Symbol>
) -> Symbol