reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TextAPI/MachO/TextStub.cpp
 1054     IO.mapRequired("tbd-version", Keys->TBDVersion);
 1055     IO.mapRequired("targets", Keys->Targets);
 1056     IO.mapOptional("uuids", Keys->UUIDs);
 1057     IO.mapOptional("flags", Keys->Flags, TBDFlags::None);
 1058     IO.mapRequired("install-name", Keys->InstallName);
 1059     IO.mapOptional("current-version", Keys->CurrentVersion,
 1061     IO.mapOptional("compatibility-version", Keys->CompatibilityVersion,
 1063     IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, SwiftVersion(0));
 1064     IO.mapOptional("parent-umbrella", Keys->ParentUmbrellas);
 1066     IO.mapOptionalWithContext("allowable-clients", Keys->AllowableClients,
 1069     IO.mapOptionalWithContext("reexported-libraries", Keys->ReexportedLibraries,
 1071     IO.mapOptional("exports", Keys->Exports);
 1072     IO.mapOptional("reexports", Keys->Reexports);
 1073     IO.mapOptional("undefineds", Keys->Undefineds);