Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp38 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function in __anon4c707c250111::DummyStubsManager
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h117 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()
DIndirectionUtils.h225 virtual JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;
263 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
DOrcRemoteTargetClient.h473 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h108 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in addModule()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h124 if (auto Sym = IndirectStubsMgr->findStub(Name, false)) in addModule()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h226 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()