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

References

tools/lldb/source/Target/Target.cpp
 1463     if (other.IsValid()) {
 1466           !platform_sp->IsCompatibleArchitecture(other, false, nullptr)) {
 1469             Platform::GetPlatformForArchitecture(other, &platform_arch);
 1473             other = platform_arch;
 1481       other.MergeFrom(m_arch.GetSpec());
 1483       if (m_arch.GetSpec().IsCompatibleMatch(other)) {
 1488         m_arch.GetSpec().PiecewiseTripleCompare(other, arch_changed,
 1503       m_arch = other;
 1515   m_arch = other;
 1527     ModuleSpec module_spec(executable_sp->GetFileSpec(), other);