Lines Matching defs:Lib
38 auto Lib = addEntry(ReexportedLibraries, InstallName);
39 Lib->addTarget(Target);
184 for (const auto &Lib : allowableClients())
185 for (const auto &Target : Lib.targets())
186 IF->addAllowableClient(Lib.getInstallName(), Target);
188 for (const auto &Lib : O->allowableClients())
189 for (const auto &Target : Lib.targets())
190 IF->addAllowableClient(Lib.getInstallName(), Target);
192 for (const auto &Lib : reexportedLibraries())
193 for (const auto &Target : Lib.targets())
194 IF->addReexportedLibrary(Lib.getInstallName(), Target);
196 for (const auto &Lib : O->reexportedLibraries())
197 for (const auto &Target : Lib.targets())
198 IF->addReexportedLibrary(Lib.getInstallName(), Target);
252 for (const auto &Lib : allowableClients()) {
253 for (const auto &Target : Lib.targets())
255 IF->addAllowableClient(Lib.getInstallName(), Target);
258 for (const auto &Lib : reexportedLibraries()) {
259 for (const auto &Target : Lib.targets())
261 IF->addReexportedLibrary(Lib.getInstallName(), Target);
324 for (const auto &Lib : allowableClients())
325 for (const auto &Target : Lib.targets())
327 IF->addAllowableClient(Lib.getInstallName(), Target);
329 for (const auto &Lib : reexportedLibraries())
330 for (const auto &Target : Lib.targets())
332 IF->addReexportedLibrary(Lib.getInstallName(), Target);
379 for (const auto &Lib : BA.RexportedLibraries)
380 addReexportedLibrary(Lib, Targ);