Lines Matching refs:Lib

37   auto Lib = addEntry(ReexportedLibraries, InstallName);  in addReexportedLibrary()  local
38 Lib->addTarget(Target); in addReexportedLibrary()
183 for (const auto &Lib : allowableClients()) in merge() local
184 for (const auto &Target : Lib.targets()) in merge()
185 IF->addAllowableClient(Lib.getInstallName(), Target); in merge()
187 for (const auto &Lib : O->allowableClients()) in merge() local
188 for (const auto &Target : Lib.targets()) in merge()
189 IF->addAllowableClient(Lib.getInstallName(), Target); in merge()
191 for (const auto &Lib : reexportedLibraries()) in merge() local
192 for (const auto &Target : Lib.targets()) in merge()
193 IF->addReexportedLibrary(Lib.getInstallName(), Target); in merge()
195 for (const auto &Lib : O->reexportedLibraries()) in merge() local
196 for (const auto &Target : Lib.targets()) in merge()
197 IF->addReexportedLibrary(Lib.getInstallName(), Target); in merge()
251 for (const auto &Lib : allowableClients()) { in remove() local
252 for (const auto &Target : Lib.targets()) in remove()
254 IF->addAllowableClient(Lib.getInstallName(), Target); in remove()
257 for (const auto &Lib : reexportedLibraries()) { in remove() local
258 for (const auto &Target : Lib.targets()) in remove()
260 IF->addReexportedLibrary(Lib.getInstallName(), Target); in remove()
323 for (const auto &Lib : allowableClients()) in extract() local
324 for (const auto &Target : Lib.targets()) in extract()
326 IF->addAllowableClient(Lib.getInstallName(), Target); in extract()
328 for (const auto &Lib : reexportedLibraries()) in extract() local
329 for (const auto &Target : Lib.targets()) in extract()
331 IF->addReexportedLibrary(Lib.getInstallName(), Target); in extract()