LLVM 20.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 |
Public Member Functions inherited from llvm::object::content_iterator< SectionRef > | |
content_iterator (SectionRef symb) | |
const SectionRef * | operator-> () const |
const SectionRef & | 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< SectionRef > | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = SectionRef |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Definition at line 153 of file ELFObjectFile.h.
|
inline |
Definition at line 155 of file ELFObjectFile.h.
|
inline |
Definition at line 163 of file ELFObjectFile.h.
References llvm::object::content_iterator< SectionRef >::operator*().
|
inline |
Definition at line 159 of file ELFObjectFile.h.
References llvm::object::content_iterator< SectionRef >::operator->().