Searched refs:GetSpec (Results 1 – 2 of 2) sorted by relevance
1417 m_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()1418 m_internal_breakpoint_list.RemoveInvalidLocations(m_arch.GetSpec()); in DidExec()1437 if (!m_arch.GetSpec().IsValid()) { in SetExecutableModule()1442 m_arch.GetSpec().GetArchitectureName(), in SetExecutableModule()1443 m_arch.GetSpec().GetTriple().getTriple()); in SetExecutableModule()1473 ModuleSpec module_spec(platform_dependent_file_spec, m_arch.GetSpec()); in SetExecutableModule()1491 bool missing_local_arch = !m_arch.GetSpec().IsValid(); in SetArchitecture()1517 if (merge && m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()1518 other.MergeFrom(m_arch.GetSpec()); in SetArchitecture()1520 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()[all …]
988 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture()1489 const ArchSpec &GetSpec() const { return m_spec; } in GetSpec() function