Searched refs:TypeTableCollection (Results 1 – 5 of 5) sorted by relevance
19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() function in TypeTableCollection24 std::optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst()30 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()43 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()55 bool TypeTableCollection::contains(TypeIndex Index) { in contains()59 uint32_t TypeTableCollection::size() { return Records.size(); } in size()61 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()63 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
20 class TypeTableCollection : public TypeCollection {22 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
2192 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes()2203 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes()
42 #include "llvm/DebugInfo/CodeView/TypeTableCollection.h"730 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
565 SRCS_MIN+= DebugInfo/CodeView/TypeTableCollection.cpp