Lines Matching refs:GetCore
822 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()
834 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
835 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()
836 m_core = other.GetCore(); in MergeFrom()
974 !cores_match(GetCore(), rhs.GetCore(), true, exact_match)) in IsEqualTo()
1398 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1399 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1405 return lhs.GetCore() == rhs.GetCore(); in operator ==()
1452 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1453 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
1454 GetCore() == ArchSpec::Core::eCore_arm_armv6m || in IsAlwaysThumbInstructions()
1455 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1456 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
1457 GetCore() == ArchSpec::Core::eCore_thumbv6m) { in IsAlwaysThumbInstructions()