Lines Matching refs:Lib

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