Function build_struct_type_di_node

Source
fn build_struct_type_di_node<'ll, 'tcx>(
    cx: &GenericCx<'ll, FullCx<'ll, 'tcx>>,
    unique_type_id: UniqueTypeId<'tcx>,
) -> DINodeCreationResult<'ll>
Expand description

Creates the debuginfo node for a Rust struct type. Maybe be a regular struct or a tuple-struct.