Searched refs:IsCompatibleArchitecture (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | TargetList.cpp | 189 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 D | Platform.cpp | 321 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 D | Target.cpp | 1506 !platform_sp->IsCompatibleArchitecture(other, false, nullptr)) { in SetArchitecture()
|
| H A D | Process.cpp | 3135 !platform_sp->IsCompatibleArchitecture(target_arch, false, nullptr)) { in CompleteAttach()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 28 !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) { in CreatePlatformWithOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Platform.h | 383 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,
|