Searched refs:AllowableClients (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 211 std::vector<FlowStringRef> AllowableClients; member 284 IO.mapOptional("allowed-clients", Section.AllowableClients); in mapping() 286 IO.mapOptional("allowable-clients", Section.AllowableClients); in mapping() 442 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD() 607 for (const auto &Lib : Section.AllowableClients) in denormalize() 804 assignTargetsToLibrary(File->allowableClients(), AllowableClients); in NormalizedTBD_V4() 883 for (const auto &CurrentSection : AllowableClients) { in denormalize() 949 std::vector<MetadataSection> AllowableClients; member 1033 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients, in mapKeysToValuesV4()
|
| H A D | InterfaceFile.cpp | 30 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() 377 for (const auto &Client : BA.AllowableClients) in setFromBinaryAttrs() 407 if (AllowableClients != O.AllowableClients) in operator ==()
|
| H A D | TextStubV5.cpp | 104 AllowableClients, enumerator 621 getLibSection(File, TBDKey::AllowableClients, TBDKey::Clients, Targets); in parseToInterfaceFile() 975 insertNonEmptyValues(Library, TBDKey::AllowableClients, std::move(Clients)); in serializeIF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 270 return AllowableClients; in allowableClients() 443 std::vector<InterfaceFileRef> AllowableClients; variable
|
| H A D | RecordsSlice.h | 144 std::vector<StringRef> AllowableClients; member
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 190 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client)); in readMachOHeader()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DylibVerifier.cpp | 829 for (const StringRef LibName : BinInfo.AllowableClients) in verifyBinaryAttrs()
|