Searched refs:ReexportedLibraries (Results 1 – 3 of 3) sorted by relevance
211 std::vector<FlowStringRef> ReexportedLibraries; member286 IO.mapOptional("re-exports", Section.ReexportedLibraries); in mapping()445 Section.ReexportedLibraries.emplace_back(Library.getInstallName()); in NormalizedTBD()610 for (const auto &Lib : Section.ReexportedLibraries) in denormalize()804 assignTargetsToLibrary(File->reexportedLibraries(), ReexportedLibraries); in NormalizedTBD_V4()888 for (const auto &CurrentSection : ReexportedLibraries) { in denormalize()949 std::vector<MetadataSection> ReexportedLibraries; member1035 IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries, in mapKeysToValuesV4()
36 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary()411 if (ReexportedLibraries != O.ReexportedLibraries) in operator ==()
285 return ReexportedLibraries; in reexportedLibraries()446 std::vector<InterfaceFileRef> ReexportedLibraries; variable