Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h136 virtual char *getMemoryForGV(const GlobalVariable *GV);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp123 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine
1266 addGlobalMapping(&GV, getMemoryForGV(&GV)); in emitGlobals()
1316 GA = getMemoryForGV(GV); in emitGlobalVariable()