Searched defs:getMemoryForGV (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp768 Ptr = getMemoryForGV(GV);
800 /// getMemoryForGV - This method abstracts memory allocation of global
804 char* JIT::getMemoryForGV(const GlobalVariable* GV) { function in class:JIT
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp116 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { function in class:ExecutionEngine
1233 addGlobalMapping(I, getMemoryForGV(I));
1285 GA = getMemoryForGV(GV);

Completed in 96 milliseconds