Allocate memory for a global variable.
Declared in <llvm/ExecutionEngine/ExecutionEngine.h>
virtual
char*
getMemoryForGV(GlobalVariable const* GV);
Pointer to the allocated storage for GV.
| Name | Description |
|---|---|
| GV | Global variable for which to allocate storage. |