LLVM  4.0.0
Public Member Functions | List of all members
llvm::object::elf_symbol_iterator Class Reference

#include <ELFObjectFile.h>

Inheritance diagram for llvm::object::elf_symbol_iterator:
[legend]
Collaboration diagram for llvm::object::elf_symbol_iterator:
[legend]

Public Member Functions

 elf_symbol_iterator (const basic_symbol_iterator &B)
 
const ELFSymbolRefoperator-> () const
 
const ELFSymbolRefoperator* () const
 
- Public Member Functions inherited from llvm::object::symbol_iterator
 symbol_iterator (SymbolRef Sym)
 
 symbol_iterator (const basic_symbol_iterator &B)
 
const SymbolRefoperator-> () const
 
const SymbolRefoperator* () 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++ ()
 

Detailed Description

Definition at line 138 of file ELFObjectFile.h.

Constructor & Destructor Documentation

llvm::object::elf_symbol_iterator::elf_symbol_iterator ( const basic_symbol_iterator B)
inline

Definition at line 140 of file ELFObjectFile.h.

Member Function Documentation

const ELFSymbolRef& llvm::object::elf_symbol_iterator::operator* ( ) const
inline

Definition at line 148 of file ELFObjectFile.h.

References llvm::object::symbol_iterator::operator*().

const ELFSymbolRef* llvm::object::elf_symbol_iterator::operator-> ( ) const
inline

Definition at line 144 of file ELFObjectFile.h.

References llvm::object::symbol_iterator::operator->().


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