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

/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp37 auto Lib = addEntry(ReexportedLibraries, InstallName);
380 if (ReexportedLibraries != O.ReexportedLibraries)
H A DTextStub.cpp212 std::vector<FlowStringRef> ReexportedLibraries; member in struct:__anon2763::ExportSection
287 IO.mapOptional("re-exports", Section.ReexportedLibraries);
446 Section.ReexportedLibraries.emplace_back(Library.getInstallName());
611 for (const auto &Lib : Section.ReexportedLibraries)
805 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries);
889 for (const auto &CurrentSection : ReexportedLibraries) {
950 std::vector<MetadataSection> ReexportedLibraries; member in struct:llvm::yaml::MappingTraits::NormalizedTBD_V4
1036 IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h320 return ReexportedLibraries;
471 std::vector<InterfaceFileRef> ReexportedLibraries; member in class:llvm::MachO::InterfaceFile

Completed in 151 milliseconds