LLVM 20.0.0git
|
#include "llvm/Object/ObjectFile.h"
Public Member Functions | |
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 208 of file ObjectFile.h.
|
inline |
Definition at line 210 of file ObjectFile.h.
|
inline |
Definition at line 211 of file ObjectFile.h.
Definition at line 220 of file ObjectFile.h.
References llvm::object::content_iterator< content_type >::operator*(), and P.
Referenced by llvm::object::elf_symbol_iterator::operator*(), and llvm::object::xcoff_symbol_iterator::operator*().
Definition at line 215 of file ObjectFile.h.
References llvm::object::content_iterator< content_type >::operator*(), and P.
Referenced by llvm::object::elf_symbol_iterator::operator->(), and llvm::object::xcoff_symbol_iterator::operator->().