Searched refs:IsCompatibleMatch (Results 1 – 13 of 13) sorted by relevance
389 IsCompatibleMatch (const ArchSpec& rhs) const;
413 if (!GetArchitecture().IsCompatibleMatch(match_module_spec.GetArchitecture())) in Matches()
107 … if (!platform_arch.IsCompatibleMatch(matching_module_spec.GetArchitecture())) in CreateTarget()379 if (!exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture())) in FindTargetWithExecutableAndArchitecture()
751 if (arch.IsCompatibleMatch(platform_arch)) in IsCompatibleArchitecture()
1072 if (m_arch.IsCompatibleMatch(arch_spec) || !m_arch.IsValid()) in SetArchitecture()
893 !m_match_info.GetArchitecture().IsCompatibleMatch(proc_info.GetArchitecture())) in Matches()
239 … if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsCompatibleMatch(curr_arch)) in GetObjectFile()
86 if (!file_arch.IsCompatibleMatch(*arch)) in SkinnyMachOFileContainsArchAndUUID()784 … if (module_spec.GetArchitecture().IsCompatibleMatch(curr_module_spec.GetArchitecture())) in DownloadObjectAndSymbolFile()
194 if (arch.IsValid() && pos->second->GetArchitecture().IsCompatibleMatch(arch) == false) in FindCachedArchive()
732 ArchSpec::IsCompatibleMatch (const ArchSpec& rhs) const in IsCompatibleMatch() function in ArchSpec
1462 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()
438 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch)) in CheckForKernelImageAtAddress()
729 if (module_arch.IsValid() && !module_arch.IsCompatibleMatch(mach_arch)) in ParseHeader()