Searched refs:GVAddress (Results 1 – 1 of 1) sorted by relevance
215 void *getGlobalValueIndirectSym(GlobalValue *V, void *GVAddress);586 void *JITResolver::getGlobalValueIndirectSym(GlobalValue *GV, void *GVAddress) { in getGlobalValueIndirectSym() argument594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()743 void *GVAddress = getPointerToGlobal(V, Reference, false); in getPointerToGVIndirectSym() local744 void *StubAddr = Resolver.getGlobalValueIndirectSym(V, GVAddress); in getPointerToGVIndirectSym()