Lines Matching refs:GetCore
829 if (other.GetCore() != eCore_uknownMach64) in MergeFrom()
841 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
842 other.GetCore() != ArchSpec::eCore_arm_generic) { in MergeFrom()
843 m_core = other.GetCore(); in MergeFrom()
974 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1399 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1400 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1406 return lhs.GetCore() == rhs.GetCore(); in operator ==()
1436 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1437 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions()
1438 GetCore() == ArchSpec::Core::eCore_arm_armv6m || in IsAlwaysThumbInstructions()
1439 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1440 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
1441 GetCore() == ArchSpec::Core::eCore_thumbv6m) { in IsAlwaysThumbInstructions()