LLVM API Documentation
#include <PointerLikeTypeTraits.h>
Public Types | |
| enum | { NumLowBitsAvailable = 0 } |
Static Public Member Functions | |
| static void * | getAsVoidPointer (uintptr_t P) |
| static uintptr_t | getFromVoidPointer (void *P) |
Definition at line 67 of file PointerLikeTypeTraits.h.
| anonymous enum |
Definition at line 76 of file PointerLikeTypeTraits.h.
| static void* llvm::PointerLikeTypeTraits< uintptr_t >::getAsVoidPointer | ( | uintptr_t | P | ) | [inline, static] |
Definition at line 69 of file PointerLikeTypeTraits.h.
| static uintptr_t llvm::PointerLikeTypeTraits< uintptr_t >::getFromVoidPointer | ( | void * | P | ) | [inline, static] |
Definition at line 72 of file PointerLikeTypeTraits.h.