Searched refs:LabelWidth (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 385 unsigned &LabelWidth) { in BuildInputAnnotations() argument 400 LabelWidth = 0; in BuildInputAnnotations() 422 LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size()); in BuildInputAnnotations() 519 unsigned LabelWidth) { in DumpEllipsisOrElidedLines() argument 526 << right_justify(".", LabelWidth); in DumpEllipsisOrElidedLines() 539 unsigned LabelWidth) { in DumpAnnotatedInput() argument 607 LabelWidth = std::max(LabelWidth, LineNoWidth) + 3; in DumpAnnotatedInput() 650 << format_decimal(Line, LabelWidth) << ": "; in DumpAnnotatedInput() 887 unsigned LabelWidth; in main() local 889 Annotations, LabelWidth); in main() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 120 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() 121 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {} in PrintScope() 125 uint32_t LabelWidth = 0; member
|
| H A D | InputFile.h | 171 fmt_align(Modi, AlignStyle::Right, HeaderScope.LabelWidth), SG.name()); in iterateOneModule()
|