Home
last modified time | relevance | path

Searched refs:ValueIterator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h235 friend class ValueIterator; variable
387 class ValueIterator; variable
507 friend class ValueIterator; variable
678 iterator_range<ValueIterator> equal_range(StringRef Key) const;
694 class ValueIterator {
724 void setEnd() { *this = ValueIterator(); } in setEnd()
730 ValueIterator(const DWARFDebugNames &AccelTable, StringRef Key);
734 ValueIterator(const NameIndex &NI, StringRef Key);
737 ValueIterator() = default;
740 ValueIterator &operator++() {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp950 iterator_range<DWARFDebugNames::ValueIterator>
952 return make_range(ValueIterator(*this, Key), ValueIterator()); in equal_range()
962 DWARFDebugNames::ValueIterator::findEntryOffsetInCurrentIndex() { in findEntryOffsetInCurrentIndex()
997 bool DWARFDebugNames::ValueIterator::getEntryAtCurrentOffset() { in getEntryAtCurrentOffset()
1007 bool DWARFDebugNames::ValueIterator::findInCurrentIndex() { in findInCurrentIndex()
1015 void DWARFDebugNames::ValueIterator::searchFromStartOfCurrentIndex() { in searchFromStartOfCurrentIndex()
1024 void DWARFDebugNames::ValueIterator::next() { in next()
1042 DWARFDebugNames::ValueIterator::ValueIterator(const DWARFDebugNames &AccelTable, in ValueIterator() function in DWARFDebugNames::ValueIterator
1049 DWARFDebugNames::ValueIterator::ValueIterator( in ValueIterator() function in DWARFDebugNames::ValueIterator
1056 iterator_range<DWARFDebugNames::ValueIterator>
[all …]