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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp211 std::vector<FlowStringRef> AllowableClients; member in struct:__anon4478::ExportSection
294 IO.mapOptional("allowed-clients", Section.AllowableClients);
296 IO.mapOptional("allowable-clients", Section.AllowableClients);
478 Section.AllowableClients.emplace_back(Library.getInstallName());
644 for (const auto &Lib : Section.AllowableClients)
841 assignTargetsToLibrary(File->allowableClients(), AllowableClients);
929 for (const auto &CurrentSection : AllowableClients) {
985 std::vector<MetadataSection> AllowableClients; member in struct:llvm::yaml::MappingTraits::NormalizedTBD_V4
1067 IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients,
H A DInterfaceFile.cpp51 auto Client = addEntry(AllowableClients, InstallName);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h301 return AllowableClients;
423 std::vector<InterfaceFileRef> AllowableClients; member in class:llvm::MachO::InterfaceFile

Completed in 169 milliseconds