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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp212 void *getGlobalValueIndirectSym(GlobalValue *V, void *GVAddress);
566 void *JITResolver::getGlobalValueIndirectSym(GlobalValue *GV, void *GVAddress) { argument
574 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
733 void *GVAddress = getPointerToGlobal(V, Reference, false); local
734 void *StubAddr = Resolver.getGlobalValueIndirectSym(V, GVAddress);

Completed in 123 milliseconds