Searched refs:AppendingTypeTableBuilder (Results 1 – 6 of 6) sorted by relevance
30 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex()34 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder() function in AppendingTypeTableBuilder37 AppendingTypeTableBuilder::~AppendingTypeTableBuilder() = default;39 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst()46 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()52 CVType AppendingTypeTableBuilder::getType(TypeIndex Index){ in getType()56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()60 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains()67 uint32_t AppendingTypeTableBuilder::size() { return SeenRecords.size(); } in size()71 ArrayRef<ArrayRef<uint8_t>> AppendingTypeTableBuilder::records() const { in records()[all …]
26 class AppendingTypeTableBuilder : public TypeCollection {35 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage);36 ~AppendingTypeTableBuilder();
29 class AppendingTypeTableBuilder; variable49 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
85 virtual CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const = 0;99 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord()111 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override;497 AppendingTypeTableBuilder &TS) const { in toCodeViewRecord()701 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord()804 AppendingTypeTableBuilder TS(Alloc); in toDebugT()
839 AppendingTypeTableBuilder TS(Allocator); in yamlToPdb()
444 SRCS_EXT+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp