Searched refs:AllowableClients (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 210 std::vector<FlowStringRef> AllowableClients; member 283 IO.mapOptional("allowed-clients", Section.AllowableClients); in mapping() 285 IO.mapOptional("allowable-clients", Section.AllowableClients); in mapping() 441 Section.AllowableClients.emplace_back(Library.getInstallName()); in NormalizedTBD() 606 for (const auto &Lib : Section.AllowableClients) in denormalize() 803 assignTargetsToLibrary(File->allowableClients(), AllowableClients); in NormalizedTBD_V4() 882 for (const auto &CurrentSection : AllowableClients) { in denormalize() 948 std::vector<MetadataSection> AllowableClients; member 1032 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients, in mapKeysToValuesV4()
|
| H A D | InterfaceFile.cpp | 28 auto Client = addEntry(AllowableClients, InstallName); in addAllowableClient() 379 for (const auto &Client : BA.AllowableClients) in setFromBinaryAttrs() 409 if (AllowableClients != O.AllowableClients) in operator ==()
|
| H A D | TextStubV5.cpp | 131 AllowableClients, enumerator 648 getLibSection(File, TBDKey::AllowableClients, TBDKey::Clients, Targets); in parseToInterfaceFile() 1027 insertNonEmptyValues(Library, TBDKey::AllowableClients, std::move(Clients)); in serializeIF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 271 return AllowableClients; in allowableClients() 445 std::vector<InterfaceFileRef> AllowableClients; variable
|
| H A D | RecordsSlice.h | 149 std::vector<StringRef> AllowableClients; member
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 189 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client)); in readMachOHeader()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DylibVerifier.cpp | 847 for (const StringRef LibName : BinInfo.AllowableClients) in verifyBinaryAttrs()
|