Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp234 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 …]
DDumpOutputStyle.h39 struct StatCollection { struct