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

References

lib/Support/Triple.cpp
  853         Valid = Arch != UnknownArch;
  857         Valid = Vendor != UnknownVendor;
  863         Valid = OS != UnknownOS || IsCygwin || IsMinGW32;
  867         Valid = Environment != UnknownEnvironment;
  868         if (!Valid) {
  870           Valid = ObjectFormat != UnknownObjectFormat;
  874       if (!Valid)