|
LLVM
3.7.0
|
#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 42 of file IndexedMap.h.
|
inlineexplicit |
Definition at line 44 of file IndexedMap.h.
|
inline |
Definition at line 64 of file IndexedMap.h.
|
inline |
Definition at line 68 of file IndexedMap.h.
Referenced by llvm::SystemZFrameLowering::SystemZFrameLowering().
|
inline |
Definition at line 74 of file IndexedMap.h.
|
inline |
Definition at line 46 of file IndexedMap.h.
|
inline |
Definition at line 51 of file IndexedMap.h.
|
inline |
Definition at line 56 of file IndexedMap.h.
|
inline |
Definition at line 60 of file IndexedMap.h.
Referenced by llvm::IndexedMap< unsigned, llvm::VirtReg2IndexFunctor >::grow().
|
inline |
Definition at line 78 of file IndexedMap.h.
1.8.6