Searched refs:GetSpec (Results 1 – 2 of 2) sorted by relevance
1559 m_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()1560 m_internal_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()1599 if (!m_arch.GetSpec().IsValid()) { in SetExecutableModule()1604 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule()1605 m_arch.GetSpec().GetTriple().getTriple()); in SetExecutableModule()1638 ModuleSpec module_spec(platform_dependent_file_spec, m_arch.GetSpec()); in SetExecutableModule()1695 bool missing_local_arch = !m_arch.GetSpec().IsValid(); in SetArchitecture()1723 if (merge && m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()1724 other.MergeFrom(m_arch.GetSpec()); in SetArchitecture()1726 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()[all …]
1055 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture()1587 const ArchSpec &GetSpec() const { return m_spec; } in GetSpec() function