LLVM 20.0.0git
|
An iterator for Entries all having the same string as key. More...
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
Public Member Functions | |
SameNameIterator (const AppleAcceleratorTable &AccelTable, uint64_t DataOffset) | |
Construct a new iterator for the entries at DataOffset . | |
const Entry & | operator* () |
SameNameIterator & | operator++ () |
Public Member Functions inherited from llvm::iterator_facade_base< SameNameIterator, std::forward_iterator_tag, Entry > | |
SameNameIterator | operator+ (std::ptrdiff_t n) const |
SameNameIterator | operator- (std::ptrdiff_t n) const |
SameNameIterator & | operator++ () |
SameNameIterator | operator++ (int) |
SameNameIterator & | operator-- () |
SameNameIterator | operator-- (int) |
bool | operator!= (const SameNameIterator &RHS) const |
bool | operator> (const SameNameIterator &RHS) const |
bool | operator<= (const SameNameIterator &RHS) const |
bool | operator>= (const SameNameIterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Friends | |
bool | operator== (const SameNameIterator &A, const SameNameIterator &B) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< SameNameIterator, std::forward_iterator_tag, Entry > | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = Entry |
using | difference_type = std::ptrdiff_t |
using | pointer = Entry * |
using | reference = Entry & |
Protected Types inherited from llvm::iterator_facade_base< SameNameIterator, std::forward_iterator_tag, Entry > | |
enum | |
An iterator for Entries all having the same string as key.
Definition at line 239 of file DWARFAcceleratorTable.h.
AppleAcceleratorTable::SameNameIterator::SameNameIterator | ( | const AppleAcceleratorTable & | AccelTable, |
uint64_t | DataOffset | ||
) |
Construct a new iterator for the entries at DataOffset
.
Definition at line 308 of file DWARFAcceleratorTable.cpp.
Definition at line 250 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 255 of file DWARFAcceleratorTable.h.
References llvm::AppleAcceleratorTable::getHashDataEntryLength().
|
friend |
Definition at line 259 of file DWARFAcceleratorTable.h.