|
LLVM
3.7.0
|
#include <PointerUnion.h>
Public Types | |
| typedef PointerUnion< 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 486 of file PointerUnion.h.
| typedef DenseMapInfo<T> llvm::DenseMapInfo< PointerUnion< T, U > >::FirstInfo |
Definition at line 488 of file PointerUnion.h.
| typedef PointerUnion<T, U> llvm::DenseMapInfo< PointerUnion< T, U > >::Pair |
Definition at line 487 of file PointerUnion.h.
| typedef DenseMapInfo<U> llvm::DenseMapInfo< PointerUnion< T, U > >::SecondInfo |
Definition at line 489 of file PointerUnion.h.
|
inlinestatic |
Definition at line 491 of file PointerUnion.h.
|
inlinestatic |
Definition at line 497 of file PointerUnion.h.
References llvm::PointerUnion< PT1, PT2 >::getOpaqueValue().
|
inlinestatic |
Definition at line 494 of file PointerUnion.h.
|
inlinestatic |
Definition at line 501 of file PointerUnion.h.
1.8.6