Searched refs:IsCompatibleArchitecture (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 182 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 D | Platform.cpp | 325 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 D | Target.cpp | 1476 !platform_sp->IsCompatibleArchitecture(other, false, nullptr)) { in SetArchitecture()
|
| H A D | Process.cpp | 2881 !platform_sp->IsCompatibleArchitecture(target_arch, false, nullptr)) { in CompleteAttach()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 27 !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) { in CreatePlatformWithOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 351 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,
|