LLVM API Documentation
#include <ValueMap.h>
Classes | |
struct | ValueTypeProxy |
Public Member Functions | |
ValueMapIterator () | |
ValueMapIterator (BaseT I) | |
BaseT | base () const |
ValueTypeProxy | operator* () const |
ValueTypeProxy | operator-> () const |
bool | operator== (const ValueMapIterator &RHS) const |
bool | operator!= (const ValueMapIterator &RHS) const |
ValueMapIterator & | operator++ () |
ValueMapIterator | operator++ (int) |
Definition at line 41 of file ValueMap.h.
|
inline |
Definition at line 285 of file ValueMap.h.
|
inline |
Definition at line 287 of file ValueMap.h.
|
inline |
Definition at line 289 of file ValueMap.h.
Referenced by llvm::ValueMap< const BasicBlock *, void * >::erase().
|
inline |
Definition at line 312 of file ValueMap.h.
|
inline |
Definition at line 300 of file ValueMap.h.
Referenced by llvm::ValueMapIterator< DenseMapT, KeyT >::operator->().
|
inline |
Definition at line 316 of file ValueMap.h.
|
inline |
Definition at line 320 of file ValueMap.h.
|
inline |
Definition at line 305 of file ValueMap.h.
References llvm::ValueMapIterator< DenseMapT, KeyT >::operator*().
|
inline |
Definition at line 309 of file ValueMap.h.