Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h230 if (auto Sym = StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol()
339 if (auto Sym = KV.second.StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol()
484 LD.StubsMgr->findStub(FName, false).getAddress(); in addLogicalModule()
515 if (auto Sym = LD.StubsMgr->findStub(Name, false)) in addLogicalModule()
DIndirectionUtils.h278 virtual JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;
318 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
DOrcRemoteTargetClient.h363 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp186 Stubs[Alias.first] = ISManager.findStub(*Alias.first, false); in materialize()
DOrcCBindingsStack.h379 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol()