Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h54 std::vector<KindAndStat> getStatsSortedBySize() const;
H A DDumpOutputStyle.cpp321 StatCollection::getStatsSortedBySize() const { in getStatsSortedBySize() function in StatCollection
340 for (const auto &K : Stats.getStatsSortedBySize()) { in printModuleDetailStats()
620 for (const auto &K : TypeStats.getStatsSortedBySize()) { in dumpTypeStats()
768 for (const auto &Stat : UdtTargetStats.getStatsSortedBySize()) { in dumpUdtStats()