Searched refs:ReexportedLibraries (Results 1 – 3 of 3) sorted by relevance
212 std::vector<FlowStringRef> ReexportedLibraries; member287 IO.mapOptional("re-exports", Section.ReexportedLibraries); in mapping()446 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD()611 for (const auto &Lib : Section.ReexportedLibraries) in denormalize()805 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries); in NormalizedTBD_V4()889 for (const auto &CurrentSection : ReexportedLibraries) { in denormalize()950 std::vector<MetadataSection> ReexportedLibraries; member1036 IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries, in mapKeysToValuesV4()
38 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary()409 if (ReexportedLibraries != O.ReexportedLibraries) in operator ==()
283 return ReexportedLibraries; in reexportedLibraries()444 std::vector<InterfaceFileRef> ReexportedLibraries; variable