llvm::ExecutionEngine::getMemoryForGV

Allocate memory for a global variable.

Synopsis

Declared in <llvm/ExecutionEngine/ExecutionEngine.h>

virtual
char*
getMemoryForGV(GlobalVariable const* GV);

Return Value

Pointer to the allocated storage for GV.

Parameters

NameDescription
GVGlobal variable for which to allocate storage.