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

References

tools/lldb/source/Host/common/HostInfoBase.cpp
  198   if (!ArchSpec::ContainsOnlyArch(normalized_triple))
  206   if (normalized_triple.getVendorName().empty())
  207     normalized_triple.setVendor(host_triple.getVendor());
  208   if (normalized_triple.getOSName().empty())
  209     normalized_triple.setOS(host_triple.getOS());
  210   if (normalized_triple.getEnvironmentName().empty())
  211     normalized_triple.setEnvironment(host_triple.getEnvironment());
  212   return ArchSpec(normalized_triple);