Home
last modified time | relevance | path

Searched refs:DylibMgr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h94 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 DExecutorProcessControl.h151 assert(DylibMgr && "No DylibMgr object set"); in getDylibMgr()
152 return *DylibMgr; in getDylibMgr()
320 DylibManager *DylibMgr = nullptr; variable
H A DSimpleRemoteEPC.h97 this->DylibMgr = this; in SimpleRemoteEPC()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp35 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 DSelfExecutorProcessControl.cpp38 this->DylibMgr = this; in SelfExecutorProcessControl()