Lines Matching defs:Library
937 Object Library;
941 if (!insertNonEmptyValues(Library, TBDKey::TargetInfo,
946 if (!insertNonEmptyValues(Library, TBDKey::InstallName, std::move(Name)))
951 insertNonEmptyValues(Library, TBDKey::Flags, std::move(Flags));
955 insertNonEmptyValues(Library, TBDKey::CurrentVersion, std::move(CurrentV));
959 insertNonEmptyValues(Library, TBDKey::CompatibilityVersion,
964 insertNonEmptyValues(Library, TBDKey::SwiftABI, std::move(SwiftABI));
967 insertNonEmptyValues(Library, TBDKey::RPath, std::move(RPaths));
971 insertNonEmptyValues(Library, TBDKey::ParentUmbrella, std::move(Umbrellas));
975 insertNonEmptyValues(Library, TBDKey::AllowableClients, std::move(Clients));
979 insertNonEmptyValues(Library, TBDKey::ReexportLibs, std::move(ReexportLibs));
983 insertNonEmptyValues(Library, TBDKey::Exports, std::move(Exports));
986 insertNonEmptyValues(Library, TBDKey::Reexports, std::move(Reexports));
990 insertNonEmptyValues(Library, TBDKey::Undefineds, std::move(Undefineds));
993 return std::move(Library);