|
LLVM 22.0.0git
|
#include "llvm/ADT/PointerUnion.h"
Public Types | |
| using | Union = PointerUnion<PTs...> |
| using | FirstInfo = DenseMapInfo<TypeAtIndex<0, PTs...>> |
Static Public Member Functions | |
| static Union | getEmptyKey () |
| static Union | getTombstoneKey () |
| static unsigned | getHashValue (const Union &UnionVal) |
| static bool | isEqual (const Union &LHS, const Union &RHS) |
Definition at line 260 of file PointerUnion.h.
| using llvm::DenseMapInfo< PointerUnion< PTs... > >::FirstInfo = DenseMapInfo<TypeAtIndex<0, PTs...>> |
Definition at line 262 of file PointerUnion.h.
| using llvm::DenseMapInfo< PointerUnion< PTs... > >::Union = PointerUnion<PTs...> |
Definition at line 261 of file PointerUnion.h.
|
inlinestatic |
Definition at line 264 of file PointerUnion.h.
|
inlinestatic |
Definition at line 270 of file PointerUnion.h.
References llvm::PointerUnion< PTs >::getOpaqueValue().
|
inlinestatic |
Definition at line 266 of file PointerUnion.h.
|
inlinestatic |
Definition at line 275 of file PointerUnion.h.