Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1467 m_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()
1468 m_internal_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()
1487 if (!m_arch.GetSpec().IsValid()) { in SetExecutableModule()
1492 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule()
1493 m_arch.GetSpec().GetTriple().getTriple()); in SetExecutableModule()
1523 ModuleSpec module_spec(platform_dependent_file_spec, m_arch.GetSpec()); in SetExecutableModule()
1541 bool missing_local_arch = !m_arch.GetSpec().IsValid(); in SetArchitecture()
1567 if (merge && m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()
1568 other.MergeFrom(m_arch.GetSpec()); in SetArchitecture()
1570 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1023 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture()
1532 const ArchSpec &GetSpec() const { return m_spec; } in GetSpec() function