Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp189 if (platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
201 if (host_platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
271 if (!platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) { in CreateTargetInternal()
280 if (!platform_sp->IsCompatibleArchitecture(platform_arch, false, in CreateTargetInternal()
337 !platform_sp->IsCompatibleArchitecture(arch, false, nullptr)) in CreateTargetInternal()
H A DPlatform.cpp321 if (platform_sp->IsCompatibleArchitecture(arch, true, in Create()
328 if (platform_sp->IsCompatibleArchitecture(arch, false, in Create()
343 platform_sp->IsCompatibleArchitecture(arch, true, in Create()
358 platform_sp->IsCompatibleArchitecture(arch, false, in Create()
983 if (!IsCompatibleArchitecture(raw_arch, false, &compatible_arch)) in GetAugmentedArchSpec()
1233 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture() function in Platform
H A DTarget.cpp1506 !platform_sp->IsCompatibleArchitecture(other, false, nullptr)) { in SetArchitecture()
H A DProcess.cpp3135 !platform_sp->IsCompatibleArchitecture(target_arch, false, nullptr)) { in CompleteAttach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp28 !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) { in CreatePlatformWithOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h383 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,