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

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  857   CD += (CD - 1) / 3;
  857   CD += (CD - 1) / 3;
  858   CD = std::max(CD, CountHeader.size());
  858   CD = std::max(CD, CountHeader.size());
  864   uint32_t TableWidth = FieldWidth + 3 + CD + 2 + SD + 1;
  868                fmt_align(CountHeader, AlignStyle::Right, CD),
  876                  fmt_align(Stat.second.Count, AlignStyle::Right, CD),
  882                fmt_align(UdtStats.Totals.Count, AlignStyle::Right, CD),
  902                  fmt_align(Stat.Stat.Count, AlignStyle::Right, CD),