reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1023 IO.mapRequired("archs", Keys->Architectures); 1025 IO.mapOptional("uuids", Keys->UUIDs); 1026 IO.mapRequired("platform", Keys->Platforms); 1028 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); 1029 IO.mapRequired("install-name", Keys->InstallName); 1030 IO.mapOptional("current-version", Keys->CurrentVersion, 1032 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion, 1035 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0)); 1037 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, 1039 IO.mapOptional("objc-constraint", Keys->ObjCConstraint, 1044 IO.mapOptional("parent-umbrella", Keys->ParentUmbrella, StringRef()); 1045 IO.mapOptional("exports", Keys->Exports); 1047 IO.mapOptional("undefineds", Keys->Undefineds);