LLVM 19.0.0git
Public Member Functions | List of all members
llvm::object::elf_relocation_iterator Class Reference

#include "llvm/Object/ELFObjectFile.h"

Inheritance diagram for llvm::object::elf_relocation_iterator:
Inheritance graph
[legend]

Public Member Functions

 elf_relocation_iterator (const relocation_iterator &B)
 
const ELFRelocationRefoperator-> () const
 
const ELFRelocationRefoperator* () 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_iteratoroperator++ ()
 

Additional Inherited Members

- Public Types inherited from llvm::object::content_iterator< content_type >
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 &
 

Detailed Description

Definition at line 231 of file ELFObjectFile.h.

Constructor & Destructor Documentation

◆ elf_relocation_iterator()

llvm::object::elf_relocation_iterator::elf_relocation_iterator ( const relocation_iterator B)
inline

Definition at line 233 of file ELFObjectFile.h.

Member Function Documentation

◆ operator*()

const ELFRelocationRef & llvm::object::elf_relocation_iterator::operator* ( ) const
inline

◆ operator->()

const ELFRelocationRef * llvm::object::elf_relocation_iterator::operator-> ( ) const
inline

The documentation for this class was generated from the following file: