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

References

tools/lldb/source/Target/Platform.cpp
  936   if (!ArchSpec::ContainsOnlyArch(normalized_triple))
  948     return ArchSpec(normalized_triple);
  951   if (normalized_triple.getVendorName().empty())
  952     normalized_triple.setVendor(compatible_triple.getVendor());
  953   if (normalized_triple.getOSName().empty())
  954     normalized_triple.setOS(compatible_triple.getOS());
  955   if (normalized_triple.getEnvironmentName().empty())
  956     normalized_triple.setEnvironment(compatible_triple.getEnvironment());
  957   return ArchSpec(normalized_triple);