LLVM 20.0.0git
|
#include "llvm/Object/SymbolicFile.h"
Public Types | |
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 & |
Public Member Functions | |
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++ () |
Definition at line 69 of file SymbolicFile.h.
using llvm::object::content_iterator< content_type >::difference_type = std::ptrdiff_t |
Definition at line 75 of file SymbolicFile.h.
using llvm::object::content_iterator< content_type >::iterator_category = std::forward_iterator_tag |
Definition at line 73 of file SymbolicFile.h.
using llvm::object::content_iterator< content_type >::pointer = value_type * |
Definition at line 76 of file SymbolicFile.h.
using llvm::object::content_iterator< content_type >::reference = value_type & |
Definition at line 77 of file SymbolicFile.h.
using llvm::object::content_iterator< content_type >::value_type = content_type |
Definition at line 74 of file SymbolicFile.h.
|
inline |
Definition at line 79 of file SymbolicFile.h.
|
inline |
Definition at line 89 of file SymbolicFile.h.
|
inline |
Definition at line 83 of file SymbolicFile.h.
Referenced by llvm::object::elf_relocation_iterator::operator*(), llvm::object::symbol_iterator::operator*(), and llvm::object::symbol_iterator::operator->().
|
inline |
Definition at line 93 of file SymbolicFile.h.
|
inline |
Definition at line 81 of file SymbolicFile.h.
Referenced by llvm::object::elf_relocation_iterator::operator->().
|
inline |
Definition at line 85 of file SymbolicFile.h.