Searched refs:allowableClients (Results 1 – 11 of 11) sorted by relevance
182 for (const auto &Lib : allowableClients()) in merge()186 for (const auto &Lib : O->allowableClients()) in merge()253 for (const auto &Lib : allowableClients()) { in remove()326 for (const auto &Lib : allowableClients()) in extract()
422 for (const auto &Library : File->allowableClients()) in NormalizedTBD()439 for (const auto &Library : File->allowableClients()) in NormalizedTBD()803 assignTargetsToLibrary(File->allowableClients(), AllowableClients); in NormalizedTBD_V4()
1026 serializeField(TBDKey::Clients, File->allowableClients(), ActiveTargets); in serializeIF()
300 if (explicitlyLinked && !newFile->allowableClients.empty()) { in loadDylib()302 llvm::any_of(newFile->allowableClients, [&](StringRef allowableClient) { in loadDylib()
209 llvm::SmallVector<llvm::StringRef, 0> allowableClients; member
244 SmallVector<StringRef> allowableClients; variable
1758 allowableClients.push_back(allowableClient); in DylibFile()1922 bool canBeImplicitlyLinked = interface.allowableClients().size() == 0; in DylibFile()1928 for (const auto &allowableClient : interface.allowableClients()) in DylibFile()1929 allowableClients.push_back( in DylibFile()
849 for (StringRef client : config->allowableClients) in createLoadCommands()
1781 config->allowableClients = getAllowableClients(args); in link()
270 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients() function