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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h140 std::vector<StringRef> AllowableClients; member in struct:llvm::MachO::RecordsSlice::BinaryAttrs
H A DInterfaceFile.h307 return AllowableClients;
470 std::vector<InterfaceFileRef> AllowableClients; member in class:llvm::MachO::InterfaceFile
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp211 std::vector<FlowStringRef> AllowableClients; member in struct:__anon2763::ExportSection
284 IO.mapOptional("allowed-clients", Section.AllowableClients);
286 IO.mapOptional("allowable-clients", Section.AllowableClients);
442 Section.AllowableClients.emplace_back(Library.getInstallName());
607 for (const auto &Lib : Section.AllowableClients)
804 assignTargetsToLibrary(File->allowableClients(), AllowableClients);
883 for (const auto &CurrentSection : AllowableClients) {
949 std::vector<MetadataSection> AllowableClients; member in struct:llvm::yaml::MappingTraits::NormalizedTBD_V4
1033 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients,
H A DInterfaceFile.cpp29 auto Client = addEntry(AllowableClients, InstallName);
378 if (AllowableClients != O.AllowableClients)
H A DTextStubV5.cpp104 AllowableClients,
621 getLibSection(File, TBDKey::AllowableClients, TBDKey::Clients, Targets);
975 insertNonEmptyValues(Library, TBDKey::AllowableClients, std::move(Clients));
H A DRecordsSlice.cpp311 for (const auto &Client : BA.AllowableClients)
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp188 BA.AllowableClients.emplace_back(Slice.copyString(LCI.Ptr + SCLC.client));

Completed in 189 milliseconds