LLVM API Documentation
#include <ObjectFile.h>
Public Member Functions | |
symbol_iterator (SymbolRef Sym) | |
symbol_iterator (const basic_symbol_iterator &B) | |
const SymbolRef * | operator-> () const |
const SymbolRef & | operator* () const |
Definition at line 163 of file ObjectFile.h.
llvm::object::symbol_iterator::symbol_iterator | ( | SymbolRef | Sym | ) | [inline] |
Definition at line 165 of file ObjectFile.h.
llvm::object::symbol_iterator::symbol_iterator | ( | const basic_symbol_iterator & | B | ) | [inline] |
Definition at line 166 of file ObjectFile.h.
Reimplemented from llvm::object::content_iterator< content_type >.
Definition at line 175 of file ObjectFile.h.
References P.
Referenced by operator->().
Reimplemented from llvm::object::content_iterator< content_type >.
Definition at line 170 of file ObjectFile.h.
References operator*(), and P.