Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h136 virtual char *getMemoryForGV(const GlobalVariable *GV);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp123 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine
1242 addGlobalMapping(&GV, getMemoryForGV(&GV)); in emitGlobals()
1292 GA = getMemoryForGV(GV); in emitGlobalVariable()