LLVM 17.0.0git
Public Types | Public Member Functions | Friends | List of all members
llvm::AppleAcceleratorTable::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 AppleAcceleratorTable &AccelTable, uint64_t DataOffset)
 Construct a new iterator for the entries at DataOffset.
 
 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 144 of file DWARFAcceleratorTable.h.

Member Typedef Documentation

◆ difference_type

Definition at line 157 of file DWARFAcceleratorTable.h.

◆ iterator_category

Definition at line 155 of file DWARFAcceleratorTable.h.

◆ pointer

Definition at line 158 of file DWARFAcceleratorTable.h.

◆ reference

Definition at line 159 of file DWARFAcceleratorTable.h.

◆ value_type

Definition at line 156 of file DWARFAcceleratorTable.h.

Constructor & Destructor Documentation

◆ ValueIterator() [1/2]

AppleAcceleratorTable::ValueIterator::ValueIterator ( const AppleAcceleratorTable AccelTable,
uint64_t  DataOffset 
)

Construct a new iterator for the entries at DataOffset.

Definition at line 304 of file DWARFAcceleratorTable.cpp.

◆ ValueIterator() [2/2]

llvm::AppleAcceleratorTable::ValueIterator::ValueIterator ( )
default

End marker.

Member Function Documentation

◆ operator*()

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

Definition at line 166 of file DWARFAcceleratorTable.h.

◆ operator++() [1/2]

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

Definition at line 167 of file DWARFAcceleratorTable.h.

◆ operator++() [2/2]

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

Definition at line 168 of file DWARFAcceleratorTable.h.

References I.

Friends And Related Function Documentation

◆ operator!=

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

Definition at line 176 of file DWARFAcceleratorTable.h.

◆ operator==

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

Definition at line 173 of file DWARFAcceleratorTable.h.


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