LLVM 19.0.0git
Public Member Functions | List of all members
llvm::object::xcoff_symbol_iterator Class Reference

#include "llvm/Object/XCOFFObjectFile.h"

Inheritance diagram for llvm::object::xcoff_symbol_iterator:
Inheritance graph
[legend]

Public Member Functions

 xcoff_symbol_iterator (const basic_symbol_iterator &B)
 
 xcoff_symbol_iterator (const XCOFFSymbolRef *Symbol)
 
const XCOFFSymbolRefoperator-> () const
 
const XCOFFSymbolRefoperator* () const
 
- Public Member Functions inherited from llvm::object::symbol_iterator
 symbol_iterator (SymbolRef Sym)
 
 symbol_iterator (const basic_symbol_iterator &B)
 
const SymbolRefoperator-> () const
 
const SymbolRefoperator* () const
 
- Public Member Functions inherited from llvm::object::content_iterator< content_type >
 content_iterator (content_type symb)
 
const content_type * operator-> () const
 
const content_type & operator* () const
 
bool operator== (const content_iterator &other) const
 
bool operator!= (const content_iterator &other) const
 
content_iteratoroperator++ ()
 

Additional Inherited Members

- Public Types inherited from llvm::object::content_iterator< content_type >
using iterator_category = std::forward_iterator_tag
 
using value_type = content_type
 
using difference_type = std::ptrdiff_t
 
using pointer = value_type *
 
using reference = value_type &
 

Detailed Description

Definition at line 855 of file XCOFFObjectFile.h.

Constructor & Destructor Documentation

◆ xcoff_symbol_iterator() [1/2]

llvm::object::xcoff_symbol_iterator::xcoff_symbol_iterator ( const basic_symbol_iterator B)
inline

Definition at line 857 of file XCOFFObjectFile.h.

◆ xcoff_symbol_iterator() [2/2]

llvm::object::xcoff_symbol_iterator::xcoff_symbol_iterator ( const XCOFFSymbolRef Symbol)
inline

Definition at line 860 of file XCOFFObjectFile.h.

Member Function Documentation

◆ operator*()

const XCOFFSymbolRef & llvm::object::xcoff_symbol_iterator::operator* ( ) const
inline

Definition at line 867 of file XCOFFObjectFile.h.

References llvm::object::symbol_iterator::operator*().

◆ operator->()

const XCOFFSymbolRef * llvm::object::xcoff_symbol_iterator::operator-> ( ) const
inline

Definition at line 863 of file XCOFFObjectFile.h.

References llvm::object::symbol_iterator::operator->().


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