LLVM 17.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
Public Types | |
using | iterator_category = std::input_iterator_tag |
using | value_type = Entry |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
ValueIterator (const DWARFDebugNames &AccelTable, StringRef Key) | |
Create a "begin" iterator for looping over all entries in the accelerator table matching Key. | |
ValueIterator (const NameIndex &NI, StringRef Key) | |
Create a "begin" iterator for looping over all entries in a specific Name Index. | |
ValueIterator ()=default | |
End marker. | |
const Entry & | operator* () const |
ValueIterator & | operator++ () |
ValueIterator | operator++ (int) |
Friends | |
bool | operator== (const ValueIterator &A, const ValueIterator &B) |
bool | operator!= (const ValueIterator &A, const ValueIterator &B) |
Definition at line 477 of file DWARFAcceleratorTable.h.
using llvm::DWARFDebugNames::ValueIterator::difference_type = std::ptrdiff_t |
Definition at line 481 of file DWARFAcceleratorTable.h.
using llvm::DWARFDebugNames::ValueIterator::iterator_category = std::input_iterator_tag |
Definition at line 479 of file DWARFAcceleratorTable.h.
Definition at line 482 of file DWARFAcceleratorTable.h.
Definition at line 483 of file DWARFAcceleratorTable.h.
Definition at line 480 of file DWARFAcceleratorTable.h.
DWARFDebugNames::ValueIterator::ValueIterator | ( | const DWARFDebugNames & | AccelTable, |
StringRef | Key | ||
) |
Create a "begin" iterator for looping over all entries in the accelerator table matching Key.
The iterator will run through all Name Indexes in the section in sequence.
Definition at line 875 of file DWARFAcceleratorTable.cpp.
References string.
Create a "begin" iterator for looping over all entries in a specific Name Index.
Other indices in the section will not be visited.
Definition at line 882 of file DWARFAcceleratorTable.cpp.
References string.
|
default |
End marker.
Definition at line 522 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 523 of file DWARFAcceleratorTable.h.
|
inline |
Definition at line 527 of file DWARFAcceleratorTable.h.
References I.
|
friend |
Definition at line 536 of file DWARFAcceleratorTable.h.
|
friend |
Definition at line 533 of file DWARFAcceleratorTable.h.