Lines Matching defs:DylibMgr
94 auto DylibMgr =
96 if (!DylibMgr)
97 return DylibMgr.takeError();
98 auto H = DylibMgr->open("", 0);
101 return std::make_unique<RemoteResolver>(std::move(*DylibMgr),
108 if (auto Syms = DylibMgr.lookup(H, R)) {
123 RemoteResolver(orc::EPCGenericDylibManager DylibMgr,
125 : DylibMgr(std::move(DylibMgr)), H(std::move(H)) {}
127 orc::EPCGenericDylibManager DylibMgr;