Home
last modified time | relevance | path

Searched refs:AllowableClients (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DInterfaceFile.cpp51 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient()
149 if (AllowableClients != O.AllowableClients) in operator ==()
H A DTextStub.cpp211 std::vector<FlowStringRef> AllowableClients; member
294 IO.mapOptional("allowed-clients", Section.AllowableClients); in mapping()
296 IO.mapOptional("allowable-clients", Section.AllowableClients); in mapping()
481 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD()
644 for (const auto &Lib : Section.AllowableClients) in denormalize()
841 assignTargetsToLibrary(File->allowableClients(), AllowableClients); in NormalizedTBD_V4()
929 for (const auto &CurrentSection : AllowableClients) { in denormalize()
985 std::vector<MetadataSection> AllowableClients; member
1067 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients, in mapKeysToValuesV4()
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h298 return AllowableClients;
431 std::vector<InterfaceFileRef> AllowableClients;