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

References

tools/llvm-pdbutil/BytesOutputStyle.cpp
  310     if (TI.toArrayIndex() >= Types.capacity()) {
  311       P.formatLine("Error: TypeIndex {0} does not exist", TI);
  315     auto Type = Types.getType(TI);
  316     uint32_t Offset = Types.getOffsetOfType(TI);
  318     P.formatMsfStreamData(formatv("Type {0}", TI).str(), File, Layout, OneType);