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.cpp211 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 DInterfaceFile.cpp30 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 DTextStubV5.cpp104 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 DInterfaceFile.h270 return AllowableClients; in allowableClients()
443 std::vector<InterfaceFileRef> AllowableClients; variable
H A DRecordsSlice.h144 std::vector<StringRef> AllowableClients; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp190 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client)); in readMachOHeader()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp829 for (const StringRef LibName : BinInfo.AllowableClients) in verifyBinaryAttrs()