Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp27 const StringRef SectionSizeTitle) { in getSizeColumnWidth() argument
29 size_t Width = SectionSizeTitle.size(); in getSizeColumnWidth()
41 const StringRef SectionSizeTitle = "SIZE (b)"; in prettyPrintSectionSizes() local
44 size_t SizeColWidth = getSizeColumnWidth(Sizes, SectionSizeTitle); in prettyPrintSectionSizes()
51 OS << SectionSizeTitle << '\n'; in prettyPrintSectionSizes()