Lines Matching defs:Lib
38 auto Lib = addEntry(ReexportedLibraries, InstallName);
39 Lib->addTarget(Target);
188 for (const auto &Lib : allowableClients())
189 for (const auto &Target : Lib.targets())
190 IF->addAllowableClient(Lib.getInstallName(), Target);
192 for (const auto &Lib : O->allowableClients())
193 for (const auto &Target : Lib.targets())
194 IF->addAllowableClient(Lib.getInstallName(), Target);
196 for (const auto &Lib : reexportedLibraries())
197 for (const auto &Target : Lib.targets())
198 IF->addReexportedLibrary(Lib.getInstallName(), Target);
200 for (const auto &Lib : O->reexportedLibraries())
201 for (const auto &Target : Lib.targets())
202 IF->addReexportedLibrary(Lib.getInstallName(), Target);
259 for (const auto &Lib : allowableClients()) {
260 for (const auto &Target : Lib.targets())
262 IF->addAllowableClient(Lib.getInstallName(), Target);
265 for (const auto &Lib : reexportedLibraries()) {
266 for (const auto &Target : Lib.targets())
268 IF->addReexportedLibrary(Lib.getInstallName(), Target);
332 for (const auto &Lib : allowableClients())
333 for (const auto &Target : Lib.targets())
335 IF->addAllowableClient(Lib.getInstallName(), Target);
337 for (const auto &Lib : reexportedLibraries())
338 for (const auto &Target : Lib.targets())
340 IF->addReexportedLibrary(Lib.getInstallName(), Target);
387 for (const auto &Lib : BA.RexportedLibraries)
388 addReexportedLibrary(Lib, Targ);