reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  336                Stats.Totals.Count, Stats.Totals.Size);
  336                Stats.Totals.Count, Stats.Totals.Size);
  689   if (SymStats.Totals.Count > 0) {
  714                TypeStats.Totals.Count, TypeStats.Totals.Size,
  714                TypeStats.Totals.Count, TypeStats.Totals.Size,
  715                (double)TypeStats.Totals.Size / TypeStats.Totals.Count);
  715                (double)TypeStats.Totals.Size / TypeStats.Totals.Count);
  856   size_t CD = NumDigits(UdtStats.Totals.Count);
  860   size_t SD = NumDigits(UdtStats.Totals.Size);
  882                fmt_align(UdtStats.Totals.Count, AlignStyle::Right, CD),
  883                fmt_align(UdtStats.Totals.Size, AlignStyle::Right, SD));
tools/llvm-pdbutil/DumpOutputStyle.h
   55     Totals.update(RecordSize);