Home
last modified time | relevance | path

Searched refs:IsCompatibleArchitecture (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp219 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 DPlatform.cpp931 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 DTarget.cpp1491 !platform_sp->IsCompatibleArchitecture(other, {}, false, nullptr)) { in SetArchitecture()
H A DProcess.cpp2909 !platform_sp->IsCompatibleArchitecture(target_arch, process_host_arch, in CompleteAttach()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp33 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture( in CreatePlatformWithOptions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h330 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,