Searched refs:getMemoryForGV (Results 1 – 2 of 2) sorted by relevance
135 virtual char *getMemoryForGV(const GlobalVariable *GV);
126 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine1295 addGlobalMapping(&GV, getMemoryForGV(&GV)); in emitGlobals()1346 GA = getMemoryForGV(GV); in EmitGlobalVariable()