LLVM 17.0.0git
|
#include "llvm/Object/ELFObjectFile.h"
Public Member Functions | |
elf_section_iterator (const section_iterator &B) | |
const ELFSectionRef * | operator-> () const |
const ELFSectionRef & | operator* () const |
![]() | |
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 | |
![]() | |
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 142 of file ELFObjectFile.h.
|
inline |
Definition at line 144 of file ELFObjectFile.h.
|
inline |
Definition at line 152 of file ELFObjectFile.h.
References llvm::object::content_iterator< content_type >::operator*().
|
inline |
Definition at line 148 of file ELFObjectFile.h.
References llvm::object::content_iterator< content_type >::operator->().