LLVM: llvm::object::elf_relocation_iterator Class Reference (original) (raw)
#include "[llvm/Object/ELFObjectFile.h](ELFObjectFile%5F8h%5Fsource.html)"
Inheritance diagram for llvm::object::elf_relocation_iterator:
[legend]
| Public Member Functions | |
|---|---|
| elf_relocation_iterator (const relocation_iterator &B) | |
| const ELFRelocationRef * | operator-> () const |
| const ELFRelocationRef & | operator* () const |
| Public Member Functions inherited from llvm::object::content_iterator< RelocationRef > | |
| content_iterator (RelocationRef symb) | |
| const RelocationRef * | operator-> () const |
| const RelocationRef & | 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< RelocationRef > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Detailed Description
Definition at line 246 of file ELFObjectFile.h.
Constructor & Destructor Documentation
| llvm::object::elf_relocation_iterator::elf_relocation_iterator ( const relocation_iterator & B) | inline |
|---|
Definition at line 248 of file ELFObjectFile.h.
References B(), llvm::cast(), and llvm::object::getObject().
Member Function Documentation
◆ operator*()
| const ELFRelocationRef & llvm::object::elf_relocation_iterator::operator* ( ) const | inline |
|---|
Definition at line 257 of file ELFObjectFile.h.
References llvm::object::content_iterator< RelocationRef >::operator*().
◆ operator->()
| const ELFRelocationRef * llvm::object::elf_relocation_iterator::operator-> ( ) const | inline |
|---|
Definition at line 252 of file ELFObjectFile.h.
References llvm::object::content_iterator< RelocationRef >::operator->().
The documentation for this class was generated from the following file:
- include/llvm/Object/ELFObjectFile.h