Searched refs:LabelWidth (Results 1 – 2 of 2) sorted by relevance
99 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope()100 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {} in PrintScope()104 uint32_t LabelWidth = 0; member
391 fmt_align(Modi, AlignStyle::Right, HeaderScope->LabelWidth), SG.name()); in iterateOneModule()