reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); }
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp 72 uint32_t GlobalTypeTableBuilder::capacity() { return SeenRecords.size(); }
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp 148 uint32_t LazyRandomTypeCollection::capacity() { return Records.size(); }
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp 72 uint32_t MergingTypeTableBuilder::capacity() { return SeenRecords.size(); }
lib/DebugInfo/CodeView/TypeTableCollection.cpp 60 uint32_t TypeTableCollection::capacity() { return Records.size(); }