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