Function build_generic_type_param_di_nodes

Source
fn build_generic_type_param_di_nodes<'ll, 'tcx>(
    cx: &GenericCx<'ll, FullCx<'ll, 'tcx>>,
    ty: Ty<'tcx>,
) -> SmallVec<[Option<&'ll Metadata>; 16]>
Expand description

Computes the type parameters for a type, if any, for the given metadata.