pub(super) fn stub<'ll, 'tcx>(
cx: &CodegenCx<'ll, 'tcx>,
kind: Stub<'ll>,
unique_type_id: UniqueTypeId<'tcx>,
name: &str,
(size, align): (Size, Align),
containing_scope: Option<&'ll DIScope>,
flags: DIFlags,
) -> StubInfo<'ll, 'tcx>
Expand description
Create a stub debuginfo node onto which fields and nested types can be attached.