Home
last modified time | relevance | path

Searched refs:NameColWidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp43 size_t NameColWidth = getNameColumnWidth(Sizes, SectionNameTitle); in prettyPrintSectionSizes() local
49 for (unsigned i = 0; i < (NameColWidth - SectionNameTitleWidth) + 2; i++) in prettyPrintSectionSizes()
52 for (unsigned i = 0; i < NameColWidth; i++) in prettyPrintSectionSizes()
61 OS << left_justify(It.first, NameColWidth) << " "; in prettyPrintSectionSizes()