Searched refs:TypeTableCollection (Results 1 – 8 of 8) 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()
39 TypeTableCollection.cpp
21 class TypeTableCollection : public TypeCollection {23 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
1842 TypeTableCollection TpiTypes(CVTypes.records()); in dumpCodeViewMergedTypes()1852 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes()
548 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
377 llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp \
252 "llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp",
1043 ${LLVM_DIR}/lib/DebugInfo/CodeView/TypeTableCollection.cpp