LLVM API Documentation
Define an iterator for alias sets... this is just a forward iterator. More...
#include <AliasSetTracker.h>
Public Member Functions | |
iterator (PointerRec *CN=0) | |
bool | operator== (const iterator &x) const |
bool | operator!= (const iterator &x) const |
const iterator & | operator= (const iterator &I) |
value_type & | operator* () const |
value_type * | operator-> () const |
Value * | getPointer () const |
uint64_t | getSize () const |
const MDNode * | getTBAAInfo () const |
iterator & | operator++ () |
iterator | operator++ (int) |
Define an iterator for alias sets... this is just a forward iterator.
Definition at line 183 of file AliasSetTracker.h.
|
inlineexplicit |
Definition at line 187 of file AliasSetTracker.h.
|
inline |
Definition at line 205 of file AliasSetTracker.h.
|
inline |
Definition at line 206 of file AliasSetTracker.h.
|
inline |
Definition at line 207 of file AliasSetTracker.h.
Definition at line 192 of file AliasSetTracker.h.
References operator==().
|
inline |
Definition at line 199 of file AliasSetTracker.h.
Referenced by operator->().
|
inline |
Definition at line 209 of file AliasSetTracker.h.
|
inline |
Definition at line 214 of file AliasSetTracker.h.
|
inline |
Definition at line 203 of file AliasSetTracker.h.
References operator*().
Definition at line 194 of file AliasSetTracker.h.
Definition at line 189 of file AliasSetTracker.h.
Referenced by operator!=().