Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h33 struct StatCollection { struct
34 struct Stat {
46 using KindAndStat = std::pair<uint32_t, Stat>;
48 void update(uint32_t Kind, uint32_t RecordSize) { in update()
54 Stat Totals;
55 DenseMap<uint32_t, Stat> Individual;