Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp24 TypeIndex MergingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in MergingTypeTableBuilder
43 if (++Prev == nextTypeIndex()) in getNext()
92 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
114 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
H A DGlobalTypeTableBuilder.cpp23 TypeIndex GlobalTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in GlobalTypeTableBuilder
42 if (++Prev == nextTypeIndex()) in getNext()
101 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
/freebsd/contrib/llvm-project/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;