Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp139 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()
428 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
H A DTarget.cpp1490 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()
H A DPlatform.cpp1209 if (arch.IsCompatibleMatch(platform_arch)) { in IsCompatibleArchitecture()
H A DProcess.cpp2900 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h492 bool IsCompatibleMatch(const ArchSpec &rhs) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp297 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle()
653 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
H A DLocateSymbolFile.cpp62 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h258 if (!GetArchitecture().IsCompatibleMatch( in Matches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp248 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
H A DArchSpec.cpp833 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
934 bool ArchSpec::IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function in ArchSpec
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp277 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1552 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp209 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp362 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()