Searched refs:IsCompatibleMatch (Results 1 – 13 of 13) sorted by relevance
148 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()392 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
1566 if (merge && m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()1569 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()1635 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
2978 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
502 bool IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function
357 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle()380 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()1139 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
255 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
841 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
253 if (!GetArchitecture().IsCompatibleMatch( in Matches()
282 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
1497 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()1531 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()1588 if (!m_arch.IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
191 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
226 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch)) in CheckForKernelImageAtAddress()
339 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()