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

References

lib/TextAPI/MachO/Target.cpp
   26   Platform = StringSwitch<PlatformKind>(PlatformStr)
   38   if (Platform == PlatformKind::unknown) {
   43         Platform = (PlatformKind)RawValue;
   47   return Target{Architecture, Platform};