Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp804 char* JIT::getMemoryForGV(const GlobalVariable* GV) { in getMemoryForGV() function in JIT
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp115 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine