Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp273 static StatCollection getSymbolStats(const SymbolGroup &SG, in getSymbolStats()
274 StatCollection &CumulativeStats) { in getSymbolStats()
275 StatCollection Stats; in getSymbolStats()
301 static StatCollection getChunkStats(const SymbolGroup &SG, in getChunkStats()
302 StatCollection &CumulativeStats) { in getChunkStats()
303 StatCollection Stats; in getChunkStats()
320 std::vector<StatCollection::KindAndStat>
321 StatCollection::getStatsSortedBySize() const { in getStatsSortedBySize()
332 const StatCollection &Stats) { in printModuleDetailStats()
554 StatCollection SymStats; in dumpSymbolStats()
[all …]
H A DDumpOutputStyle.h30 struct StatCollection { struct