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

Overridden By

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   67 uint32_t AppendingTypeTableBuilder::size() { return SeenRecords.size(); }
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   70 uint32_t GlobalTypeTableBuilder::size() { return SeenRecords.size(); }
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  146 uint32_t LazyRandomTypeCollection::size() { return Count; }
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
   70 uint32_t MergingTypeTableBuilder::size() { return SeenRecords.size(); }
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   58 uint32_t TypeTableCollection::size() { return Records.size(); }

References

include/llvm/DebugInfo/CodeView/TypeCollection.h
   23   bool empty() { return size() == 0; }
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  170   return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size()));
tools/lld/COFF/PDB.cpp
 1328   print(tMerger.getTypeTable().size() + tMerger.getIDTable().size(),
 1328   print(tMerger.getTypeTable().size() + tMerger.getIDTable().size(),