Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp37 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function in __anon8d66c5260111::DummyStubsManager
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h112 return StubsMgr->findStub(Name, ExportedSymbolsOnly); in findSymbol()
287 auto StubSym = LMResources.StubsMgr->findStub(FName, false); in addLogicalModule()
321 if (auto Sym = LMResources.StubsMgr->findStub(Name, false)) in addLogicalModule()
DIndirectionUtils.h232 virtual JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) = 0;
270 JITSymbol findStub(StringRef Name, bool ExportedStubsOnly) override { in findStub() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h235 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()