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

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 219 /// getMemoryforGV - Allocate memory for a global variable.
220 virtual char* getMemoryForGV(const GlobalVariable* GV);
JIT.cpp 768 Ptr = getMemoryForGV(GV);
800 /// getMemoryForGV - This method abstracts memory allocation of global
804 char* JIT::getMemoryForGV(const GlobalVariable* GV) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 128 /// getMemoryforGV - Allocate memory for a global variable.
129 virtual char *getMemoryForGV(const GlobalVariable *GV);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 115 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) {
    [all...]

Completed in 553 milliseconds