Home
last modified time | relevance | path

Searched refs:EPCGenericDylibManager (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp62 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()
H A DSimpleRemoteEPC.cpp36 lookupSymbolsAsyncHelper(EPCGenericDylibManager &DylibMgr, in lookupSymbolsAsyncHelper()
359 EPCGenericDylibManager::CreateWithDefaultBootstrapSymbols(*this)) in setup()
360 DylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h30 class EPCGenericDylibManager {
41 static Expected<EPCGenericDylibManager>
46 EPCGenericDylibManager(ExecutorProcessControl &EPC, SymbolAddrs SAs) in EPCGenericDylibManager() function
H A DSimpleRemoteEPC.h134 std::unique_ptr<EPCGenericDylibManager> DylibMgr;
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h95 orc::EPCGenericDylibManager::CreateWithDefaultBootstrapSymbols(EPC); in Create()
123 RemoteResolver(orc::EPCGenericDylibManager DylibMgr, in RemoteResolver()
127 orc::EPCGenericDylibManager DylibMgr;
/freebsd/lib/clang/libllvm/
H A DMakefile741 SRCS_EXT+= ExecutionEngine/Orc/EPCGenericDylibManager.cpp