LLVM 19.0.0git
Public Types | Public Member Functions | Friends | List of all members
llvm::DWARFDebugNames::ValueIterator Class Reference

#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 Entryoperator* () const
 
ValueIteratoroperator++ ()
 
ValueIterator operator++ (int)
 

Friends

bool operator== (const ValueIterator &A, const ValueIterator &B)
 
bool operator!= (const ValueIterator &A, const ValueIterator &B)
 

Detailed Description

Definition at line 674 of file DWARFAcceleratorTable.h.

Member Typedef Documentation

◆ difference_type

Definition at line 678 of file DWARFAcceleratorTable.h.

◆ iterator_category

Definition at line 676 of file DWARFAcceleratorTable.h.

◆ pointer

Definition at line 679 of file DWARFAcceleratorTable.h.

◆ reference

Definition at line 680 of file DWARFAcceleratorTable.h.

◆ value_type

Definition at line 677 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ ValueIterator() [1/3]

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 1015 of file DWARFAcceleratorTable.cpp.

References string.

◆ ValueIterator() [2/3]

DWARFDebugNames::ValueIterator::ValueIterator ( const NameIndex NI,
StringRef  Key 
)

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 1022 of file DWARFAcceleratorTable.cpp.

References string.

◆ ValueIterator() [3/3]

llvm::DWARFDebugNames::ValueIterator::ValueIterator ( )
default

End marker.

Member Function Documentation

◆ operator*()

const Entry & llvm::DWARFDebugNames::ValueIterator::operator* ( ) const
inline

Definition at line 719 of file DWARFAcceleratorTable.h.

◆ operator++() [1/2]

ValueIterator & llvm::DWARFDebugNames::ValueIterator::operator++ ( )
inline

Definition at line 720 of file DWARFAcceleratorTable.h.

◆ operator++() [2/2]

ValueIterator llvm::DWARFDebugNames::ValueIterator::operator++ ( int  )
inline

Definition at line 724 of file DWARFAcceleratorTable.h.

References I.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const ValueIterator A,
const ValueIterator B 
)
friend

Definition at line 733 of file DWARFAcceleratorTable.h.

◆ operator==

bool operator== ( const ValueIterator A,
const ValueIterator B 
)
friend

Definition at line 730 of file DWARFAcceleratorTable.h.


The documentation for this class was generated from the following files: