Home
last modified time | relevance | path

Searched refs:nextTypeIndex (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp31 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in AppendingTypeTableBuilder
48 if (++Prev == nextTypeIndex()) in getNext()
85 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes()
96 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
DMergingTypeTableBuilder.cpp31 TypeIndex MergingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in MergingTypeTableBuilder
50 if (++Prev == nextTypeIndex()) in getNext()
101 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
123 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
DGlobalTypeTableBuilder.cpp31 TypeIndex GlobalTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in GlobalTypeTableBuilder
50 if (++Prev == nextTypeIndex()) in getNext()
109 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h65 TypeIndex nextTypeIndex() const;
75 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
DAppendingTypeTableBuilder.h53 TypeIndex nextTypeIndex() const;
DMergingTypeTableBuilder.h62 TypeIndex nextTypeIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp61 auto Records = CRB->end(TTB->nextTypeIndex()); in writeFieldList()