Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp23 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in AppendingTypeTableBuilder
40 if (++Prev == nextTypeIndex()) in getNext()
79 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes()
88 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
H A DMergingTypeTableBuilder.cpp25 TypeIndex MergingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in MergingTypeTableBuilder
44 if (++Prev == nextTypeIndex()) in getNext()
93 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
115 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
H A DGlobalTypeTableBuilder.cpp24 TypeIndex GlobalTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in GlobalTypeTableBuilder
43 if (++Prev == nextTypeIndex()) in getNext()
102 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h63 TypeIndex nextTypeIndex() const;
78 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
98 Result.first->second = nextTypeIndex(); in insertRecordAs()
H A DAppendingTypeTableBuilder.h50 TypeIndex nextTypeIndex() const;
H A DMergingTypeTableBuilder.h59 TypeIndex nextTypeIndex() const;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp60 auto Records = CRB->end(TTB->nextTypeIndex()); in writeFieldList()