Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp215 void *getGlobalValueIndirectSym(GlobalValue *V, void *GVAddress);
586 void *JITResolver::getGlobalValueIndirectSym(GlobalValue *GV, void *GVAddress) { in getGlobalValueIndirectSym() argument
594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
743 void *GVAddress = getPointerToGlobal(V, Reference, false); in getPointerToGVIndirectSym() local
744 void *StubAddr = Resolver.getGlobalValueIndirectSym(V, GVAddress); in getPointerToGVIndirectSym()