Searched defs:GVAddress (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp219 void *getGlobalValueIndirectSym(GlobalValue *V, void *GVAddress);
587 void *JITResolver::getGlobalValueIndirectSym(GlobalValue *GV, void *GVAddress) { argument
595 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
744 void *GVAddress = getPointerToGlobal(V, Reference, false); local
745 void *StubAddr = Resolver.getGlobalValueIndirectSym(V, GVAddress);

Completed in 60 milliseconds