Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp30 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in AppendingTypeTableBuilder
47 if (++Prev == nextTypeIndex()) in getNext()
86 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes()
95 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
H A DMergingTypeTableBuilder.cpp30 TypeIndex MergingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in MergingTypeTableBuilder
49 if (++Prev == nextTypeIndex()) in getNext()
98 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()
120 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
H A DGlobalTypeTableBuilder.cpp30 TypeIndex GlobalTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in GlobalTypeTableBuilder
49 if (++Prev == nextTypeIndex()) in getNext()
108 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
/freebsd-13.1/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;