Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDInterfaceFile.cpp184 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()
HDTextStub.cpp423 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()
HDTextStubV5.cpp974 serializeField(TBDKey::Clients, File->allowableClients(), ActiveTargets); in serializeIF()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDInterfaceFile.h269 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients() function
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputFiles.cpp1890 bool canBeImplicitlyLinked = interface.allowableClients().size() == 0; in DylibFile()