|
LLVM
3.7.0
|
#include <PointerUnion.h>
Public Types | |
| enum | { NumLowBitsAvailable } |
Static Public Member Functions | |
| static void * | getAsVoidPointer (const PointerUnion4< PT1, PT2, PT3, PT4 > &P) |
| static PointerUnion4< PT1, PT2, PT3, PT4 > | getFromVoidPointer (void *P) |
Definition at line 465 of file PointerUnion.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NumLowBitsAvailable | |
Definition at line 477 of file PointerUnion.h.
|
inlinestatic |
Definition at line 468 of file PointerUnion.h.
References llvm::PointerUnion4< PT1, PT2, PT3, PT4 >::getOpaqueValue().
|
inlinestatic |
Definition at line 472 of file PointerUnion.h.
References llvm::PointerUnion4< PT1, PT2, PT3, PT4 >::getFromOpaqueValue().
1.8.6