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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h137 virtual char *getMemoryForGV(const GlobalVariable *GV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp126 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { function in class:ExecutionEngine
1242 addGlobalMapping(&GV, getMemoryForGV(&GV));
1293 GA = getMemoryForGV(GV);

Completed in 82 milliseconds