Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h137 virtual char *getMemoryForGV(const GlobalVariable *GV);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp127 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine
1296 addGlobalMapping(&GV, getMemoryForGV(&GV)); in emitGlobals()
1347 GA = getMemoryForGV(GV); in EmitGlobalVariable()