Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp210 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 DInterfaceFile.cpp28 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 DTextStubV5.cpp131 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 DInterfaceFile.h271 return AllowableClients; in allowableClients()
445 std::vector<InterfaceFileRef> AllowableClients; variable
H A DRecordsSlice.h149 std::vector<StringRef> AllowableClients; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp189 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client)); in readMachOHeader()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp847 for (const StringRef LibName : BinInfo.AllowableClients) in verifyBinaryAttrs()