Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
645 for (const auto &Lib : Section.AllowableClients) in denormalize()
842 assignTargetsToLibrary(File->allowableClients(), AllowableClients); in NormalizedTBD_V4()
930 for (const auto &CurrentSection : AllowableClients) { in denormalize()
986 std::vector<MetadataSection> AllowableClients; member
1068 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients, in mapKeysToValuesV4()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h302 return AllowableClients;
433 std::vector<InterfaceFileRef> AllowableClients;