LLVM 20.0.0git
|
#include "llvm/Object/Archive.h"
Public Member Functions | |
symbol_iterator (const Symbol &s) | |
const Symbol * | operator-> () const |
const Symbol & | operator* () const |
bool | operator== (const symbol_iterator &other) const |
bool | operator!= (const symbol_iterator &other) const |
symbol_iterator & | operator++ () |
|
inline |
|
inline |
Definition at line 325 of file Archive.h.
References llvm::object::Archive::Symbol::getNext().
|
inline |