Searched refs:StatCollection (Results 1 – 2 of 2) sorted by relevance
273 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 …]
30 struct StatCollection { struct