/external/llvm/unittests/ExecutionEngine/Orc/ |
D | CompileOnDemandLayerTest.cpp | 38 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function in __anon2196dd6f0111::DummyStubsManager
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 213 if (auto Sym = StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol() 309 if (auto Sym = KV.second.StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol() 459 LD.StubsMgr->findStub(FName, false).getAddress(); in addLogicalModule() 490 if (auto Sym = LD.StubsMgr->findStub(Name, false)) in addLogicalModule()
|
D | IndirectionUtils.h | 191 virtual JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0; 229 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
|
D | OrcRemoteTargetClient.h | 360 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | CompileOnDemandLayerTest.cpp | 39 JITEvaluatedSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function in __anond577dec70111::DummyStubsManager
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 117 return StubsMgr->findStub(Name, ExportedSymbolsOnly); in findSymbol() 328 auto StubSym = LMResources.StubsMgr->findStub(FName, false); in addLogicalModule() 362 if (auto Sym = LMResources.StubsMgr->findStub(Name, false)) in addLogicalModule()
|
D | IndirectionUtils.h | 225 virtual JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0; 263 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
|
D | OrcRemoteTargetClient.h | 473 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 108 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 96 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 124 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 103 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in KaleidoscopeJIT()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 226 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 317 if (auto Sym = StubsMgr.findStub(*KV.first, false)) in emit()
|
D | OrcCBindingsStack.h | 386 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol()
|