HomeSort by relevance Sort by last modified time
    Searched refs:getMemoryForGV (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 134 /// getMemoryforGV - Allocate memory for a global variable.
135 virtual char *getMemoryForGV(const GlobalVariable *GV);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 126 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) {
    [all...]

Completed in 59 milliseconds