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

References

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   31   return TypeIndex::fromArrayIndex(SeenRecords.size());
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   31   return TypeIndex::fromArrayIndex(SeenRecords.size());
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  195     TIE = TypeIndex::fromArrayIndex(capacity());
  205   TypeIndex TI = TypeIndex::fromArrayIndex(0);
  229   TypeIndex CurrentTI = TypeIndex::fromArrayIndex(0);
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
   31   return TypeIndex::fromArrayIndex(SeenRecords.size());
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  170   return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size()));
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   26   return TypeIndex::fromArrayIndex(0);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  130     TypeIndex TI = TypeIndex::fromArrayIndex(Index);
  140     TypeIndex TI = TypeIndex::fromArrayIndex(GlobalArrayIndex);
  213     TypeIndex TI = TypeIndex::fromArrayIndex(I);
  242     TypeIndex TI = TypeIndex::fromArrayIndex(I);
  271     TypeIndex TI = TypeIndex::fromArrayIndex(I);
  302     TypeIndex TI = TypeIndex::fromArrayIndex(I);
  332     TypeIndex TI = TypeIndex::fromArrayIndex(I);
  358   Class.DerivationList = TypeIndex::fromArrayIndex(0);
  359   Class.FieldList = TypeIndex::fromArrayIndex(0);
  360   Class.VTableShape = TypeIndex::fromArrayIndex(0);
  365   Modifier.ModifiedType = TypeIndex::fromArrayIndex(0);