Extract the pointer stored in a GenericValue.
Synopsis
Declared in <llvm/ExecutionEngine/GenericValue.h>
void*
GVTOP(GenericValue const& GV);
Return Value
The pointer stored in GV.
Parameters
Name |
Description |
GV |
GenericValue whose PointerVal is returned. |
Created with MrDocs