|
LLVM
4.0.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 438 of file PointerUnion.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NumLowBitsAvailable | |
Definition at line 450 of file PointerUnion.h.
|
inlinestatic |
Definition at line 441 of file PointerUnion.h.
References llvm::PointerUnion4< PT1, PT2, PT3, PT4 >::getOpaqueValue().
|
inlinestatic |
Definition at line 445 of file PointerUnion.h.
References llvm::PointerUnion4< PT1, PT2, PT3, PT4 >::getFromOpaqueValue().
1.8.6