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

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

Completed in 65 milliseconds