LLVM
8.0.1
|
#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< 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++ () |
Definition at line 116 of file ELFObjectFile.h.
|
inline |
Definition at line 118 of file ELFObjectFile.h.
References assert().
|
inline |
Definition at line 126 of file ELFObjectFile.h.
References llvm::object::content_iterator< content_type >::operator*().
|
inline |
Definition at line 122 of file ELFObjectFile.h.
References llvm::object::content_iterator< content_type >::operator->().