Searched refs:getMemoryForGV (Results 1 – 6 of 6) sorted by relevance
221 virtual char* getMemoryForGV(const GlobalVariable* GV);
741 Ptr = getMemoryForGV(GV); in getOrEmitGlobalVariable()777 char* JIT::getMemoryForGV(const GlobalVariable* GV) { in getMemoryForGV() function in JIT
126 virtual char *getMemoryForGV(const GlobalVariable *GV);
134 virtual char *getMemoryForGV(const GlobalVariable *GV);
116 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine1042 addGlobalMapping(I, getMemoryForGV(I)); in emitGlobals()1094 GA = getMemoryForGV(GV); in EmitGlobalVariable()
124 char *ExecutionEngine::getMemoryForGV(const GlobalVariable *GV) { in getMemoryForGV() function in ExecutionEngine1290 addGlobalMapping(&GV, getMemoryForGV(&GV)); in emitGlobals()1341 GA = getMemoryForGV(GV); in EmitGlobalVariable()