LLVM
8.0.1
|
#include "llvm/IR/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 50 of file ValueMap.h.
|
inline |
Definition at line 343 of file ValueMap.h.
|
inline |
Definition at line 344 of file ValueMap.h.
|
inline |
Definition at line 346 of file ValueMap.h.
References I.
Referenced by llvm::ValueMap< const Function *, FuncInfo >::erase().
|
inline |
Definition at line 371 of file ValueMap.h.
|
inline |
Definition at line 359 of file ValueMap.h.
|
inline |
Definition at line 375 of file ValueMap.h.
References I.
|
inline |
Definition at line 379 of file ValueMap.h.
References I.
|
inline |
Definition at line 364 of file ValueMap.h.
References llvm::operator*().
|
inline |
Definition at line 368 of file ValueMap.h.