|
LLVM
4.0.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 457 of file PointerUnion.h.
| typedef DenseMapInfo<T> llvm::DenseMapInfo< PointerUnion< T, U > >::FirstInfo |
Definition at line 459 of file PointerUnion.h.
| typedef PointerUnion<T, U> llvm::DenseMapInfo< PointerUnion< T, U > >::Pair |
Definition at line 458 of file PointerUnion.h.
| typedef DenseMapInfo<U> llvm::DenseMapInfo< PointerUnion< T, U > >::SecondInfo |
Definition at line 460 of file PointerUnion.h.
|
inlinestatic |
Definition at line 462 of file PointerUnion.h.
|
inlinestatic |
Definition at line 466 of file PointerUnion.h.
References llvm::PointerUnion< PT1, PT2 >::getOpaqueValue().
|
inlinestatic |
Definition at line 463 of file PointerUnion.h.
|
inlinestatic |
Definition at line 470 of file PointerUnion.h.
References isEqual().
1.8.6