Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
75 uint32_t AppendingTypeTableBuilder::capacity() { return SeenRecords.size(); } in capacity()
[all …]
DCMakeLists.txt2 AppendingTypeTableBuilder.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp18 static TypeIndex createPointerRecord(AppendingTypeTableBuilder &Builder, in createPointerRecord()
27 static TypeIndex createArgListRecord(AppendingTypeTableBuilder &Builder, in createArgListRecord()
35 static TypeIndex createProcedureRecord(AppendingTypeTableBuilder &Builder, in createProcedureRecord()
69 AppendingTypeTableBuilder Ordering1(Alloc); in TEST()
70 AppendingTypeTableBuilder Ordering2(Alloc); in TEST()
DRandomAccessVisitorTest.cpp96 AppendingTypeTableBuilder Builder(GlobalState->Allocator); in SetUpTestCase()
353 AppendingTypeTableBuilder Builder(GlobalState->Allocator); in TEST_F()
DTypeIndexDiscoveryTest.cpp29 TTB = make_unique<AppendingTypeTableBuilder>(Storage); in SetUp()
79 std::unique_ptr<AppendingTypeTableBuilder> TTB;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DAppendingTypeTableBuilder.h30 class AppendingTypeTableBuilder : public TypeCollection {
39 explicit AppendingTypeTableBuilder(BumpPtrAllocator &Storage);
40 ~AppendingTypeTableBuilder();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h30 class AppendingTypeTableBuilder; variable
50 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp768 AppendingTypeTableBuilder TS(Allocator); in yamlToPdb()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk340 llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp \
DBUILD.gn215 "llvm/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp",
/external/swiftshader/
DCMakeLists.txt1006 ${LLVM_DIR}/lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp