Searched refs:StatCollection (Results 1 – 2 of 2) sorted by relevance
234 static StatCollection getSymbolStats(const SymbolGroup &SG, in getSymbolStats()235 StatCollection &CumulativeStats) { in getSymbolStats()236 StatCollection Stats; in getSymbolStats()262 static StatCollection getChunkStats(const SymbolGroup &SG, in getChunkStats()263 StatCollection &CumulativeStats) { in getChunkStats()264 StatCollection Stats; in getChunkStats()282 const StatCollection &Stats) { in printModuleDetailStats()596 StatCollection SymStats; in dumpSymbolStats()597 StatCollection ChunkStats; in dumpSymbolStats()604 StatCollection SS = getSymbolStats(SG, SymStats); in dumpSymbolStats()[all …]
39 struct StatCollection { struct