|
LLVM 22.0.0git
|
#include "llvm/ADT/IndexedMap.h"
Public Member Functions | |
| IndexedMap ()=default | |
| 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 39 of file IndexedMap.h.
|
default |
|
inlineexplicit |
Definition at line 53 of file IndexedMap.h.
|
inline |
Definition at line 69 of file IndexedMap.h.
|
inline |
Definition at line 71 of file IndexedMap.h.
|
inline |
Definition at line 77 of file IndexedMap.h.
|
inline |
Definition at line 55 of file IndexedMap.h.
|
inline |
Definition at line 60 of file IndexedMap.h.
|
inline |
Definition at line 65 of file IndexedMap.h.
|
inline |
Definition at line 67 of file IndexedMap.h.
Referenced by llvm::IndexedMap< LiveOutPair, MBB2NumberFunctor >::grow().
|
inline |
Definition at line 79 of file IndexedMap.h.