Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1486 if (!m_arch.GetSpec().IsValid()) { in SetExecutableModule()
1491 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule()
1540 bool missing_local_arch = !m_arch.GetSpec().IsValid(); in SetArchitecture()
1567 other.MergeFrom(m_arch.GetSpec()); in SetArchitecture()
1569 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()
1593 m_arch.GetSpec().GetArchitectureName(), in SetArchitecture()
1594 m_arch.GetSpec().GetTriple().getTriple()); in SetArchitecture()
1605 m_arch.GetSpec().GetArchitectureName(), in SetArchitecture()
1606 m_arch.GetSpec().GetTriple().getTriple().c_str()); in SetArchitecture()
1635 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1012 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture()
1519 const ArchSpec &GetSpec() const { return m_spec; } in GetSpec() function