Searched refs:TypeTableCollection (Results 1 – 5 of 5) sorted by relevance
19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() function in TypeTableCollection24 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst()30 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()47 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()59 bool TypeTableCollection::contains(TypeIndex Index) { in contains()63 uint32_t TypeTableCollection::size() { return Records.size(); } in size()65 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
21 class TypeTableCollection : public TypeCollection {23 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
1917 TypeTableCollection TpiTypes(CVTypes.records()); in dumpCodeViewMergedTypes()1927 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes()
612 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
413 SRCS_MIN+= DebugInfo/CodeView/TypeTableCollection.cpp