Searched refs:DylibMgr (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 94 auto DylibMgr = in Create() local 96 if (!DylibMgr) in Create() 97 return DylibMgr.takeError(); in Create() 98 auto H = DylibMgr->open("", 0); in Create() 101 return std::make_unique<RemoteResolver>(std::move(*DylibMgr), in Create() 108 if (auto Syms = DylibMgr.lookup(H, R)) { in findSymbol() 123 RemoteResolver(orc::EPCGenericDylibManager DylibMgr, in RemoteResolver() argument 125 : DylibMgr(std::move(DylibMgr)), H(std::move(H)) {} in RemoteResolver() 127 orc::EPCGenericDylibManager DylibMgr; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 151 assert(DylibMgr && "No DylibMgr object set"); in getDylibMgr() 152 return *DylibMgr; in getDylibMgr() 320 DylibManager *DylibMgr = nullptr; variable
|
| H A D | SimpleRemoteEPC.h | 97 this->DylibMgr = this; in SimpleRemoteEPC()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 35 lookupSymbolsAsyncHelper(EPCGenericDylibManager &DylibMgr, in lookupSymbolsAsyncHelper() argument 43 DylibMgr.lookupAsync(Element.Handle, Element.Symbols, in lookupSymbolsAsyncHelper() 44 [&DylibMgr, Request, Complete = std::move(Complete), in lookupSymbolsAsyncHelper() 53 DylibMgr, Request.drop_front(), std::move(Result), in lookupSymbolsAsyncHelper()
|
| H A D | SelfExecutorProcessControl.cpp | 38 this->DylibMgr = this; in SelfExecutorProcessControl()
|