Searched refs:allowableClients (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp183 for (const auto &Lib : allowableClients())
187 for (const auto &Lib : O->allowableClients())
251 for (const auto &Lib : allowableClients()) {
323 for (const auto &Lib : allowableClients())
H A DTextStub.cpp423 for (const auto &Library : File->allowableClients())
440 for (const auto &Library : File->allowableClients())
804 assignTargetsToLibrary(File->allowableClients(), AllowableClients);
H A DTextStubV5.cpp974 serializeField(TBDKey::Clients, File->allowableClients(), ActiveTargets);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h306 const std::vector<InterfaceFileRef> &allowableClients() const { function in class:llvm::MachO::InterfaceFile

Completed in 129 milliseconds