LLVM API Documentation
#include <DenseMapInfo.h>
Public Types | |
| typedef std::pair< T, U > | Pair |
| typedef DenseMapInfo< T > | FirstInfo |
| typedef DenseMapInfo< U > | SecondInfo |
Static Public Member Functions | |
| static Pair | getEmptyKey () |
| static Pair | getTombstoneKey () |
| static unsigned | getHashValue (const Pair &PairVal) |
| static bool | isEqual (const Pair &LHS, const Pair &RHS) |
Definition at line 134 of file DenseMapInfo.h.
| typedef DenseMapInfo<T> llvm::DenseMapInfo< std::pair< T, U > >::FirstInfo |
Definition at line 136 of file DenseMapInfo.h.
| typedef std::pair<T, U> llvm::DenseMapInfo< std::pair< T, U > >::Pair |
Definition at line 135 of file DenseMapInfo.h.
| typedef DenseMapInfo<U> llvm::DenseMapInfo< std::pair< T, U > >::SecondInfo |
Definition at line 137 of file DenseMapInfo.h.
| static Pair llvm::DenseMapInfo< std::pair< T, U > >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 139 of file DenseMapInfo.h.
| static unsigned llvm::DenseMapInfo< std::pair< T, U > >::getHashValue | ( | const Pair & | PairVal | ) | [inline, static] |
Definition at line 147 of file DenseMapInfo.h.
| static Pair llvm::DenseMapInfo< std::pair< T, U > >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 143 of file DenseMapInfo.h.
| static bool llvm::DenseMapInfo< std::pair< T, U > >::isEqual | ( | const Pair & | LHS, |
| const Pair & | RHS | ||
| ) | [inline, static] |
Definition at line 160 of file DenseMapInfo.h.