| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ArchSpecTest.cpp | 281 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 D | TestObjectFileMachO.cpp | 43 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 D | TargetList.cpp | 148 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal() 388 exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()); in FindTargetWithExecutableAndArchitecture()
|
| H A D | Target.cpp | 1505 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 D | Platform.cpp | 1164 : &ArchSpec::IsCompatibleMatch; in IsCompatibleArchitecture()
|
| H A D | Process.cpp | 2928 target_arch.IsCompatibleMatch(process_arch) && in CompleteAttach()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
| H A D | ObjectContainerUniversalMachO.cpp | 183 arch.IsCompatibleMatch(curr_arch)) in GetObjectFile()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 503 bool IsCompatibleMatch(const ArchSpec &rhs) const;
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 321 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FindSymbolFileInBundle() 657 if (module_spec.GetArchitecture().IsCompatibleMatch( in DownloadObjectAndSymbolFile()
|
| H A D | LocateSymbolFile.cpp | 64 spec.GetArchitecture().IsCompatibleMatch(*arch)))) { in FileAtPathContainsArchAndUUID()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 131 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 D | BreakpointLocationList.cpp | 276 if (!arch.IsCompatibleMatch(module_sp->GetArchitecture())) { in RemoveInvalidLocations()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 248 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec); in ArchitectureMatches()
|
| H A D | ArchSpec.cpp | 834 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 D | ModuleSpec.h | 253 if (!GetArchitecture().IsCompatibleMatch( in Matches()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 1565 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 D | ObjectContainerBSDArchive.cpp | 322 !pos->second->GetArchitecture().IsCompatibleMatch(arch)) in FindCachedArchive()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 481 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch( in CheckForKernelImageAtAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1080 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 D | ProcessGDBRemote.cpp | 347 if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) { in ParsePythonTargetDefinition()
|