Searched refs:IsCompatibleMatch (Results 1 – 12 of 12) sorted by relevance
138 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()475 if (!exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture())) in FindTargetWithExecutableAndArchitecture()
1520 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()1523 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()1583 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
1254 if (arch.IsCompatibleMatch(platform_arch)) { in IsCompatibleArchitecture()
624 !m_match_info.GetArchitecture().IsCompatibleMatch( in Matches()
557 bool IsCompatibleMatch(const ArchSpec &rhs) const;
60 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
278 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
280 if (!GetArchitecture().IsCompatibleMatch( in Matches()
210 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
1581 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()1621 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()
917 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()1016 bool ArchSpec::IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function in ArchSpec
394 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()