Home
last modified time | relevance | path

Searched refs:AppendingTypeTableBuilder (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp31 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex()
35 AppendingTypeTableBuilder::AppendingTypeTableBuilder(BumpPtrAllocator &Storage) in AppendingTypeTableBuilder() function in AppendingTypeTableBuilder
38 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 …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h30 class AppendingTypeTableBuilder : public TypeCollection {
39 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage);
40 ~AppendingTypeTableBuilder();
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h30 class AppendingTypeTableBuilder; variable
50 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp86 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()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp828 AppendingTypeTableBuilder TS(Allocator); in yamlToPdb()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile375 SRCS_EXT+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp