LLVM 20.0.0git
|
An iterator for all entries in the table. More...
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
Public Member Functions | |
Iterator (const AppleAcceleratorTable &Table, bool SetEnd=false) | |
Iterator & | operator++ () |
bool | operator== (const Iterator &It) const |
const EntryWithName & | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, EntryWithName > | |
Iterator | operator+ (std::ptrdiff_t n) const |
Iterator | operator- (std::ptrdiff_t n) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
bool | operator!= (const Iterator &RHS) const |
bool | operator> (const Iterator &RHS) const |
bool | operator<= (const Iterator &RHS) const |
bool | operator>= (const Iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, EntryWithName > | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = EntryWithName |
using | difference_type = std::ptrdiff_t |
using | pointer = EntryWithName * |
using | reference = EntryWithName & |
Protected Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, EntryWithName > | |
enum | |
An iterator for all entries in the table.
Definition at line 278 of file DWARFAcceleratorTable.h.
AppleAcceleratorTable::Iterator::Iterator | ( | const AppleAcceleratorTable & | Table, |
bool | SetEnd = false |
||
) |
Definition at line 340 of file DWARFAcceleratorTable.cpp.
|
inline |
Definition at line 311 of file DWARFAcceleratorTable.h.
References assert().
|
inline |
Definition at line 306 of file DWARFAcceleratorTable.h.
Definition at line 310 of file DWARFAcceleratorTable.h.