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

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  392   for (uint16_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) {
  392   for (uint16_t StreamIdx = 0; StreamIdx < StreamCount; ++StreamIdx) {
  395         fmt_align(StreamIdx, AlignStyle::Right, NumDigits(StreamCount)),
  396         fmt_align(getPdb().getStreamByteSize(StreamIdx), AlignStyle::Right,
  398         StreamPurposes[StreamIdx].getLongName());
  401       auto Blocks = getPdb().getStreamBlockList(StreamIdx);