Home
last modified time | relevance | path

Searched refs:allowableClients (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp182 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()
H A DTextStub.cpp422 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()
H A DTextStubV5.cpp1026 serializeField(TBDKey::Clients, File->allowableClients(), ActiveTargets); in serializeIF()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp300 if (explicitlyLinked && !newFile->allowableClients.empty()) { in loadDylib()
302 llvm::any_of(newFile->allowableClients, [&](StringRef allowableClient) { in loadDylib()
H A DConfig.h209 llvm::SmallVector<llvm::StringRef, 0> allowableClients; member
H A DInputFiles.h244 SmallVector<StringRef> allowableClients; variable
H A DInputFiles.cpp1758 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()
H A DWriter.cpp849 for (StringRef client : config->allowableClients) in createLoadCommands()
H A DDriver.cpp1781 config->allowableClients = getAllowableClients(args); in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h270 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients() function