pub fn mangle_offload_export<'tcx>(
tcx: TyCtxt<'tcx>,
instance: Instance<'tcx>,
) -> StringExpand description
Compute the v0 symbol name for an offload kernel instance. Forces
is_exportable: true to omit the stable_crate_id disambiguator
(which differs between host and device passes).