Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DArchSpecTest.cpp281 ASSERT_TRUE(A.IsCompatibleMatch(B)); in TEST()
289 ASSERT_TRUE(A.IsCompatibleMatch(B)); in TEST()
295 ASSERT_TRUE(A.IsCompatibleMatch(B)); in TEST()
301 ASSERT_FALSE(A.IsCompatibleMatch(B)); in TEST()
307 ASSERT_FALSE(A.IsCompatibleMatch(B)); in TEST()
309 ASSERT_FALSE(B.IsCompatibleMatch(A)); in TEST()
324 ASSERT_TRUE(A.IsCompatibleMatch(B)); in TEST()
326 ASSERT_TRUE(B.IsCompatibleMatch(A)); in TEST()
356 ASSERT_TRUE(A.IsCompatibleMatch(B)); in TEST()
363 ASSERT_TRUE(A.IsCompatibleMatch(B)); in TEST()
[all …]
/llvm-project-15.0.7/lldb/unittests/ObjectFile/MachO/
H A DTestObjectFileMachO.cpp43 OF->GetArchitecture().IsCompatibleMatch(HostInfo::GetArchitecture())); in TEST_F()
89 OF->GetArchitecture().IsCompatibleMatch(HostInfo::GetArchitecture())); in TEST_F()
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp148 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()
388 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
H A DTarget.cpp1505 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in SetArchitecture()
1508 if (m_arch.GetSpec().IsCompatibleMatch(other)) { in SetArchitecture()
1568 if (m_arch.GetSpec().IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
H A DPlatform.cpp1164 : &ArchSpec::IsCompatibleMatch; in IsCompatibleArchitecture()
H A DProcess.cpp2928 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp183 arch.IsCompatibleMatch(curr_arch)) in GetObjectFile()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h503 bool IsCompatibleMatch(const ArchSpec &rhs) const;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp321 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle()
657 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
H A DLocateSymbolFile.cpp64 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp131 if (HostInfo::GetArchitecture().IsCompatibleMatch(target.GetArchitecture())) { in FindTargetModuleForImageInfo()
764 if (arch_spec.IsCompatibleMatch(maccatalyst_spec)) in GetArchitecture()
774 if (arch_spec.IsCompatibleMatch(sim_spec)) in GetArchitecture()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp276 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp248 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
H A DArchSpec.cpp834 IsCompatibleMatch(other) && GetCore() == ArchSpec::eCore_arm_generic && in MergeFrom()
935 bool ArchSpec::IsCompatibleMatch(const ArchSpec &rhs) const { in IsCompatibleMatch() function in ArchSpec
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h253 if (!GetArchitecture().IsCompatibleMatch( in Matches()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1565 return m_arch.IsCompatibleMatch(new_arch); in SetArchitecture()
1599 if (!m_arch.IsCompatibleMatch(arch)) in MatchesModuleSpec()
1649 if (!m_arch.IsCompatibleMatch(arch_spec)) { in MergeArchitecture()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp322 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp481 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch( in CheckForKernelImageAtAddress()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1080 if (module_arch.IsValid() && !module_arch.IsCompatibleMatch(mach_arch)) in ParseHeader()
5076 if (module_arch.IsCompatibleMatch(mach_arch))
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp347 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()