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.h236 friend class ValueIterator; variable
388 class ValueIterator; variable
509 friend class ValueIterator; variable
680 LLVM_ABI iterator_range<ValueIterator> equal_range(StringRef Key) const;
696 class ValueIterator {
726 void setEnd() { *this = ValueIterator(); } in setEnd()
732 LLVM_ABI ValueIterator(const DWARFDebugNames &AccelTable, StringRef Key);
736 LLVM_ABI ValueIterator(const NameIndex &NI, StringRef Key);
739 ValueIterator() = default;
742 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 …]