Home | History | Annotate | Download | only in Target

Lines Matching refs:m_arch

275     if (m_arch.IsValid())                       
276 s.Printf (" arch = %s\n", m_arch.GetTriple().str().c_str());
355 s.Printf ("%-24s ", m_arch.IsValid() ? m_arch.GetTriple().str().c_str() : "");
361 (int)m_arch.GetTriple().getArchName().size(),
362 m_arch.GetTriple().getArchName().data());