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

#include "llvm/Object/ELFObjectFile.h"

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

Public Member Functions

 elf_section_iterator (const section_iterator &B)
 
const ELFSectionRefoperator-> () const
 
const ELFSectionRefoperator* () const
 
- Public Member Functions inherited from llvm::object::content_iterator< SectionRef >
 content_iterator (SectionRef symb)
 
const SectionRefoperator-> () const
 
const SectionRefoperator* () 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< 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 &
 

Detailed Description

Definition at line 149 of file ELFObjectFile.h.

Constructor & Destructor Documentation

◆ elf_section_iterator()

llvm::object::elf_section_iterator::elf_section_iterator ( const section_iterator B)
inline

Definition at line 151 of file ELFObjectFile.h.

References assert(), and B.

Member Function Documentation

◆ operator*()

const ELFSectionRef & llvm::object::elf_section_iterator::operator* ( ) const
inline

◆ operator->()

const ELFSectionRef * llvm::object::elf_section_iterator::operator-> ( ) const
inline

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