Home
last modified time | relevance | path

Searched refs:IsCompatibleMatch (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp148 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()
392 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
HDTarget.cpp1567 if (merge && m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()
1570 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()
1630 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
HDProcess.cpp3138 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDArchSpec.h502 bool IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.cpp357 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle()
380 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
1148 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.cpp256 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
HDArchSpec.cpp841 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocationList.cpp282 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleSpec.h253 if (!GetArchitecture().IsCompatibleMatch( in Matches()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1494 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()
1528 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()
1585 if (!m_arch.IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp191 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp226 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch)) in CheckForKernelImageAtAddress()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp339 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()