Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h30 struct StatCollection { struct
31 struct Stat {
43 using KindAndStat = std::pair<uint32_t, Stat>;
45 void update(uint32_t Kind, uint32_t RecordSize) { in update()
51 Stat Totals;
52 DenseMap<uint32_t, Stat> Individual;