Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp44 size_t SizeColWidth = getSizeColumnWidth(Sizes, SectionSizeTitle); in prettyPrintSectionSizes() local
56 for (unsigned i = 0; i < SizeColWidth; i++) in prettyPrintSectionSizes()
64 OS << right_justify(NumBytes, SizeColWidth) << " (" in prettyPrintSectionSizes()