LLVM 19.0.0git
Public Member Functions | List of all members
llvm::pdb::SymbolGroupIterator Class Reference

#include "llvm/DebugInfo/PDB/Native/InputFile.h"

Inheritance diagram for llvm::pdb::SymbolGroupIterator:
Inheritance graph
[legend]

Public Member Functions

 SymbolGroupIterator ()
 
 SymbolGroupIterator (InputFile &File)
 
 SymbolGroupIterator (const SymbolGroupIterator &Other)=default
 
SymbolGroupIteratoroperator= (const SymbolGroupIterator &R)=default
 
const SymbolGroupoperator* () const
 
SymbolGroupoperator* ()
 
bool operator== (const SymbolGroupIterator &R) const
 
SymbolGroupIteratoroperator++ ()
 
- Public Member Functions inherited from llvm::iterator_facade_base< SymbolGroupIterator, std::forward_iterator_tag, SymbolGroup >
SymbolGroupIterator operator+ (std::ptrdiff_t n) const
 
SymbolGroupIterator operator- (std::ptrdiff_t n) const
 
SymbolGroupIterator & operator++ ()
 
SymbolGroupIterator operator++ (int)
 
SymbolGroupIterator & operator-- ()
 
SymbolGroupIterator operator-- (int)
 
bool operator!= (const SymbolGroupIterator &RHS) const
 
bool operator> (const SymbolGroupIterator &RHS) const
 
bool operator<= (const SymbolGroupIterator &RHS) const
 
bool operator>= (const SymbolGroupIterator &RHS) const
 
PointerProxy operator-> () const
 
ReferenceProxy operator[] (std::ptrdiff_t n) const
 

Additional Inherited Members

- Public Types inherited from llvm::iterator_facade_base< SymbolGroupIterator, std::forward_iterator_tag, SymbolGroup >
using iterator_category = std::forward_iterator_tag
 
using value_type = SymbolGroup
 
using difference_type = std::ptrdiff_t
 
using pointer = SymbolGroup *
 
using reference = SymbolGroup &
 
- Protected Types inherited from llvm::iterator_facade_base< SymbolGroupIterator, std::forward_iterator_tag, SymbolGroup >
enum  
 

Detailed Description

Definition at line 131 of file InputFile.h.

Constructor & Destructor Documentation

◆ SymbolGroupIterator() [1/3]

SymbolGroupIterator::SymbolGroupIterator ( )

Definition at line 484 of file InputFile.cpp.

◆ SymbolGroupIterator() [2/3]

SymbolGroupIterator::SymbolGroupIterator ( InputFile File)
explicit

Definition at line 486 of file InputFile.cpp.

◆ SymbolGroupIterator() [3/3]

llvm::pdb::SymbolGroupIterator::SymbolGroupIterator ( const SymbolGroupIterator Other)
default

Member Function Documentation

◆ operator*() [1/2]

SymbolGroup & SymbolGroupIterator::operator* ( )

Definition at line 508 of file InputFile.cpp.

References assert().

◆ operator*() [2/2]

const SymbolGroup & SymbolGroupIterator::operator* ( ) const

Definition at line 504 of file InputFile.cpp.

References assert().

◆ operator++()

SymbolGroupIterator & SymbolGroupIterator::operator++ ( )

Definition at line 513 of file InputFile.cpp.

References assert().

◆ operator=()

SymbolGroupIterator & llvm::pdb::SymbolGroupIterator::operator= ( const SymbolGroupIterator R)
default

◆ operator==()

bool SymbolGroupIterator::operator== ( const SymbolGroupIterator R) const

Definition at line 493 of file InputFile.cpp.


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