Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp138 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()
475 if (!exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture())) in FindTargetWithExecutableAndArchitecture()
H A DTarget.cpp1520 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()
1523 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()
1583 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
H A DPlatform.cpp1254 if (arch.IsCompatibleMatch(platform_arch)) { in IsCompatibleArchitecture()
H A DProcess.cpp624 !m_match_info.GetArchitecture().IsCompatibleMatch( in Matches()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h557 bool IsCompatibleMatch(const ArchSpec &rhs) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp60 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp278 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h280 if (!GetArchitecture().IsCompatibleMatch( in Matches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp210 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1581 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()
1621 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp917 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
1016 bool ArchSpec::IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function in ArchSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp394 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()