|
LLVM 23.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 425 of file PointerUnion.h.
| using llvm::DenseMapInfo< PointerUnion< PTs... > >::FirstInfo = DenseMapInfo<TypeAtIndex<0, PTs...>> |
Definition at line 427 of file PointerUnion.h.
| using llvm::DenseMapInfo< PointerUnion< PTs... > >::Union = PointerUnion<PTs...> |
Definition at line 426 of file PointerUnion.h.
|
inlinestatic |
Definition at line 429 of file PointerUnion.h.
|
inlinestatic |
Definition at line 435 of file PointerUnion.h.
References llvm::PointerUnion< PTs >::getOpaqueValue(), and llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key.
|
inlinestatic |
Definition at line 431 of file PointerUnion.h.
|
inlinestatic |
Definition at line 440 of file PointerUnion.h.