Searched refs:allowableClients (Results 1 – 6 of 6) sorted by relevance
184 for (const auto &Lib : allowableClients()) in merge()188 for (const auto &Lib : O->allowableClients()) in merge()252 for (const auto &Lib : allowableClients()) { in remove()324 for (const auto &Lib : allowableClients()) in extract()
423 for (const auto &Library : File->allowableClients()) in NormalizedTBD()440 for (const auto &Library : File->allowableClients()) in NormalizedTBD()804 assignTargetsToLibrary(File->allowableClients(), AllowableClients); in NormalizedTBD_V4()
974 serializeField(TBDKey::Clients, File->allowableClients(), ActiveTargets); in serializeIF()
269 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients() function
1890 bool canBeImplicitlyLinked = interface.allowableClients().size() == 0; in DylibFile()