Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp148 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()
392 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
H A DTarget.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()
H A DProcess.cpp3138 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h502 bool IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp357 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle()
380 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
1148 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp256 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
H A DArchSpec.cpp841 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h253 if (!GetArchitecture().IsCompatibleMatch( in Matches()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp282 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.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/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp191 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in Extract()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp226 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch)) in CheckForKernelImageAtAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp339 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()