Searched refs:IsCompatibleArchitecture (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetList.cpp | 219 if (!platform_sp->IsCompatibleArchitecture(arch, {}, false, nullptr)) { in CreateTargetInternal() 228 if (!platform_sp->IsCompatibleArchitecture(platform_arch, {}, false, nullptr)) { in CreateTargetInternal() 260 !platform_sp->IsCompatibleArchitecture(arch, {}, false, nullptr)) in CreateTargetInternal()
|
| H A D | Platform.cpp | 931 if (!IsCompatibleArchitecture(raw_arch, {}, false, &compatible_arch)) in GetAugmentedArchSpec() 1156 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture() function in Platform 1968 if (platform_sp->IsCompatibleArchitecture(arch, process_host_arch, true, in GetOrCreate() 1975 if (platform_sp->IsCompatibleArchitecture(arch, process_host_arch, false, in GetOrCreate() 1987 if (platform_sp && platform_sp->IsCompatibleArchitecture( in GetOrCreate() 1998 if (platform_sp && platform_sp->IsCompatibleArchitecture( in GetOrCreate() 2032 if (m_selected_platform_sp->IsCompatibleArchitecture( in GetOrCreate() 2041 if (host_platform_sp->IsCompatibleArchitecture(arch, process_host_arch, in GetOrCreate()
|
| H A D | Target.cpp | 1491 !platform_sp->IsCompatibleArchitecture(other, {}, false, nullptr)) { in SetArchitecture()
|
| H A D | Process.cpp | 2909 !platform_sp->IsCompatibleArchitecture(target_arch, process_host_arch, in CompleteAttach()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 33 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture( in CreatePlatformWithOptions()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 330 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,
|