LLVM API Documentation
#include <IndexedMap.h>
Public Member Functions | |
IndexedMap () | |
IndexedMap (const T &val) | |
StorageT::reference | operator[] (IndexT n) |
StorageT::const_reference | operator[] (IndexT n) const |
void | reserve (typename StorageT::size_type s) |
void | resize (typename StorageT::size_type s) |
void | clear () |
void | grow (IndexT n) |
bool | inBounds (IndexT n) const |
StorageT::size_type | size () const |
Definition at line 31 of file IndexedMap.h.
|
inline |
Definition at line 39 of file IndexedMap.h.
|
inlineexplicit |
Definition at line 41 of file IndexedMap.h.
|
inline |
Definition at line 61 of file IndexedMap.h.
|
inline |
Definition at line 65 of file IndexedMap.h.
Referenced by llvm::SystemZFrameLowering::SystemZFrameLowering().
|
inline |
Definition at line 71 of file IndexedMap.h.
|
inline |
Definition at line 43 of file IndexedMap.h.
|
inline |
Definition at line 48 of file IndexedMap.h.
|
inline |
Definition at line 53 of file IndexedMap.h.
|
inline |
Definition at line 57 of file IndexedMap.h.
Referenced by llvm::IndexedMap< unsigned, llvm::VirtReg2IndexFunctor >::grow(), and llvm::LiveRangeCalc::reset().
|
inline |
Definition at line 75 of file IndexedMap.h.