Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.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()
H A DTextStub.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()
H A DTextStubV5.cpp974 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/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h269 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1890 bool canBeImplicitlyLinked = interface.allowableClients().size() == 0; in DylibFile()