Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp272 static StatCollection getSymbolStats(const SymbolGroup &SG, in getSymbolStats()
273 StatCollection &CumulativeStats) { in getSymbolStats()
274 StatCollection Stats; in getSymbolStats()
300 static StatCollection getChunkStats(const SymbolGroup &SG, in getChunkStats()
301 StatCollection &CumulativeStats) { in getChunkStats()
302 StatCollection Stats; in getChunkStats()
319 std::vector<StatCollection::KindAndStat>
320 StatCollection::getStatsSortedBySize() const { in getStatsSortedBySize()
331 const StatCollection &Stats) { in printModuleDetailStats()
657 StatCollection SymStats; in dumpSymbolStats()
[all …]
H A DDumpOutputStyle.h39 struct StatCollection { struct