Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A 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()
H A 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()
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h65 TypeIndex nextTypeIndex() const;
75 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
H A DAppendingTypeTableBuilder.h53 TypeIndex nextTypeIndex() const;
H A DMergingTypeTableBuilder.h62 TypeIndex nextTypeIndex() const;