LLVM 20.0.0git
|
#include "llvm/Object/XCOFFObjectFile.h"
Public Member Functions | |
xcoff_symbol_iterator (const basic_symbol_iterator &B) | |
xcoff_symbol_iterator (const XCOFFSymbolRef *Symbol) | |
const XCOFFSymbolRef * | operator-> () const |
const XCOFFSymbolRef & | operator* () const |
Public Member Functions inherited from llvm::object::symbol_iterator | |
symbol_iterator (SymbolRef Sym) | |
symbol_iterator (const basic_symbol_iterator &B) | |
const SymbolRef * | operator-> () const |
const SymbolRef & | operator* () 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_iterator & | operator++ () |
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 & |
Definition at line 858 of file XCOFFObjectFile.h.
|
inline |
Definition at line 860 of file XCOFFObjectFile.h.
|
inline |
Definition at line 863 of file XCOFFObjectFile.h.
|
inline |
Definition at line 870 of file XCOFFObjectFile.h.
References llvm::object::symbol_iterator::operator*().
|
inline |
Definition at line 866 of file XCOFFObjectFile.h.
References llvm::object::symbol_iterator::operator->().