Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp21 for (const auto &It : Sizes.DebugSectionSizes) in getNameColumnWidth()
30 for (const auto &It : Sizes.DebugSectionSizes) { in getSizeColumnWidth()
60 for (const auto &It : Sizes.DebugSectionSizes) { in prettyPrintSectionSizes()
100 Sizes.DebugSectionSizes[std::string(SectionName)] += Section.getSize(); in calculateSectionSizes()
H A Dllvm-dwarfdump.h26 MapVector<std::string, uint64_t, StringMap<uint64_t>> DebugSectionSizes; member
H A DStatistics.cpp739 for (const auto &It : Sizes.DebugSectionSizes) in printSectionSizes()