Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp182 if (platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
194 if (host_platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
260 if (!platform_sp->IsCompatibleArchitecture(arch, false, nullptr)) { in CreateTargetInternal()
269 if (!platform_sp->IsCompatibleArchitecture(platform_arch, false, nullptr)) { in CreateTargetInternal()
301 !platform_sp->IsCompatibleArchitecture(arch, false, nullptr)) in CreateTargetInternal()
H A DPlatform.cpp325 if (platform_sp->IsCompatibleArchitecture(arch, true, in Create()
332 if (platform_sp->IsCompatibleArchitecture(arch, false, in Create()
347 platform_sp->IsCompatibleArchitecture(arch, true, in Create()
362 platform_sp->IsCompatibleArchitecture(arch, false, in Create()
950 if (!IsCompatibleArchitecture(raw_arch, false, &compatible_arch)) in GetAugmentedArchSpec()
1188 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture() function in Platform
H A DTarget.cpp1476 !platform_sp->IsCompatibleArchitecture(other, false, nullptr)) { in SetArchitecture()
H A DProcess.cpp2881 !platform_sp->IsCompatibleArchitecture(target_arch, false, nullptr)) { in CompleteAttach()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp27 !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) { in CreatePlatformWithOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h351 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,