Searched refs:AppendingTypeTableBuilder (Results 1 – 6 of 6) sorted by relevance
31 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex()35 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder() function in AppendingTypeTableBuilder38 AppendingTypeTableBuilder::~AppendingTypeTableBuilder() = default;40 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst()47 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()53 CVType AppendingTypeTableBuilder::getType(TypeIndex Index) { in getType()62 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName()66 bool AppendingTypeTableBuilder::contains(TypeIndex Index) { in contains()73 uint32_t AppendingTypeTableBuilder::size() { return SeenRecords.size(); } in size()77 ArrayRef<ArrayRef<uint8_t>> AppendingTypeTableBuilder::records() const { in records()[all …]
30 class AppendingTypeTableBuilder : public TypeCollection {39 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage);40 ~AppendingTypeTableBuilder();
30 class AppendingTypeTableBuilder; variable50 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
86 virtual CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const = 0;100 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord()112 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override;493 AppendingTypeTableBuilder &TS) const { in toCodeViewRecord()697 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const { in toCodeViewRecord()800 AppendingTypeTableBuilder TS(Alloc); in toDebugT()
828 AppendingTypeTableBuilder TS(Allocator); in yamlToPdb()
375 SRCS_EXT+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp