Function stub

Source
pub(super) fn stub<'ll, 'tcx>(
    cx: &GenericCx<'ll, FullCx<'ll, 'tcx>>,
    kind: Stub<'ll>,
    unique_type_id: UniqueTypeId<'tcx>,
    name: &str,
    def_location: Option<(&'ll Metadata, c_uint)>,
    (size, align): (Size, Align),
    containing_scope: Option<&'ll Metadata>,
    flags: DIFlags,
) -> StubInfo<'ll, 'tcx>
Expand description

Create a stub debuginfo node onto which fields and nested types can be attached.