Home
last modified time | relevance | path

Searched refs:getGlobalValueIndirectSym (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() function in JITResolver
744 void *StubAddr = Resolver.getGlobalValueIndirectSym(V, GVAddress); in getPointerToGVIndirectSym()