Searched refs:EPCGenericDylibManager (Results 1 – 6 of 6) sorted by relevance
62 Expected<EPCGenericDylibManager>63 EPCGenericDylibManager::CreateWithDefaultBootstrapSymbols( in CreateWithDefaultBootstrapSymbols()71 return EPCGenericDylibManager(EPC, std::move(SAs)); in CreateWithDefaultBootstrapSymbols()74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, in open()84 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync()102 void EPCGenericDylibManager::lookupAsync(tpctypes::DylibHandle H, in lookupAsync()
36 lookupSymbolsAsyncHelper(EPCGenericDylibManager &DylibMgr, in lookupSymbolsAsyncHelper()359 EPCGenericDylibManager::CreateWithDefaultBootstrapSymbols(*this)) in setup()360 DylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup()
30 class EPCGenericDylibManager {41 static Expected<EPCGenericDylibManager>46 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager() function
134 std::unique_ptr<EPCGenericDylibManager> DylibMgr;
95 orc::EPCGenericDylibManager::CreateWithDefaultBootstrapSymbols(EPC); in Create()123 RemoteResolver(orc::EPCGenericDylibManager DylibMgr, in RemoteResolver()127 orc::EPCGenericDylibManager DylibMgr;
741 SRCS_EXT+= ExecutionEngine/Orc/EPCGenericDylibManager.cpp