Searched refs:IsCompatibleMatch (Results 1 – 14 of 14) sorted by relevance
139 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()428 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
1490 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()1493 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()1553 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
1209 if (arch.IsCompatibleMatch(platform_arch)) { in IsCompatibleArchitecture()
2900 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
492 bool IsCompatibleMatch(const ArchSpec &rhs) const;
297 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle()653 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
62 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
258 if (!GetArchitecture().IsCompatibleMatch( in Matches()
248 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
833 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()934 bool ArchSpec::IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function in ArchSpec
277 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
1552 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()1586 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()1635 if (!m_arch.IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
209 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
362 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()