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

References

tools/lldb/source/Utility/ArchSpec.cpp
  856   if (!TripleVendorWasSpecified() && other.TripleVendorWasSpecified())
  857     GetTriple().setVendor(other.GetTriple().getVendor());
  858   if (!TripleOSWasSpecified() && other.TripleOSWasSpecified())
  859     GetTriple().setOS(other.GetTriple().getOS());
  861     GetTriple().setArch(other.GetTriple().getArch());
  866     if (other.GetCore() != eCore_uknownMach64)
  870       other.TripleEnvironmentWasSpecified()) {
  871     GetTriple().setEnvironment(other.GetTriple().getEnvironment());
  877       other.GetTriple().getArch() == llvm::Triple::arm &&
  878       IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic &&
  879       other.GetCore() != ArchSpec::eCore_arm_generic) {
  880     m_core = other.GetCore();
  884     SetFlags(other.GetFlags());