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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp29 const StringRef SectionSizeTitle) {
31 size_t Width = SectionSizeTitle.size();
43 const StringRef SectionSizeTitle = "SIZE (b)"; local
46 size_t SizeColWidth = getSizeColumnWidth(Sizes, SectionSizeTitle);
53 OS << SectionSizeTitle << '\n'; local
28 getSizeColumnWidth(const SectionSizes &Sizes, const StringRef SectionSizeTitle) argument

Completed in 109 milliseconds