fn build_generic_type_param_di_nodes<'ll, 'tcx>(
    cx: &CodegenCx<'ll, 'tcx>,
    ty: Ty<'tcx>
) -> SmallVec<[&'ll DIType; 16]>
Expand description

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