Home
last modified time | relevance | path

Searched refs:GetSpec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1427 if (!m_arch.GetSpec().IsValid()) { in SetExecutableModule()
1431 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule()
1432 m_arch.GetSpec().GetTriple().getTriple()); in SetExecutableModule()
1479 bool missing_local_arch = !m_arch.GetSpec().IsValid(); in SetArchitecture()
1505 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()
1506 other.MergeFrom(m_arch.GetSpec()); in SetArchitecture()
1508 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()
1530 m_arch.GetSpec().GetArchitectureName(), in SetArchitecture()
1531 m_arch.GetSpec().GetTriple().getTriple()); in SetArchitecture()
1568 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h983 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture()
1478 const ArchSpec &GetSpec() const { return m_spec; } in GetSpec() function