Searched refs:NameColWidth (Results 1 – 1 of 1) sorted by relevance
43 size_t NameColWidth = getNameColumnWidth(Sizes, SectionNameTitle); in prettyPrintSectionSizes() local49 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()