Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h32 struct StatCollection { struct
33 struct Stat {
45 using KindAndStat = std::pair<uint32_t, Stat>;
47 void update(uint32_t Kind, uint32_t RecordSize) { in update()
53 Stat Totals;
54 DenseMap<uint32_t, Stat> Individual;