Searched refs:LabelWidth (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 381 unsigned &LabelWidth) { in BuildInputAnnotations() argument 396 LabelWidth = 0; in BuildInputAnnotations() 419 LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size()); in BuildInputAnnotations() 516 unsigned LabelWidth) { in DumpEllipsisOrElidedLines() argument 523 << right_justify(".", LabelWidth); in DumpEllipsisOrElidedLines() 536 unsigned LabelWidth) { in DumpAnnotatedInput() argument 604 LabelWidth = std::max(LabelWidth, LineNoWidth) + 3; in DumpAnnotatedInput() 641 DumpEllipsisOrElidedLines(OS, ElidedLinesOS.str(), LabelWidth); in DumpAnnotatedInput() 647 << format_decimal(Line, LabelWidth) << ": "; in DumpAnnotatedInput() 700 COS << left_justify(AnnotationItr->Label, LabelWidth) << " "; in DumpAnnotatedInput() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | LinePrinter.h | 98 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() 99 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {} in PrintScope() 103 uint32_t LabelWidth = 0; member
|
| H A D | DumpOutputStyle.cpp | 442 fmt_align(Modi, AlignStyle::Right, HeaderScope->LabelWidth), SG.name()); in iterateOneModule()
|