Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp34 !platform_sp->IsCompatibleArchitecture( in CreatePlatformWithOptions()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp219 if (!platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
229 if (!platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
261 if (!platform_sp || !platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
H A DPlatform.cpp929 if (!IsCompatibleArchitecture(raw_arch, {}, ArchSpec::CompatibleMatch, in GetAugmentedArchSpec()
1163 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture() function in Platform
2158 if (platform_sp->IsCompatibleArchitecture( in GetOrCreate()
2165 if (platform_sp->IsCompatibleArchitecture(arch, process_host_arch, in GetOrCreate()
2179 platform_sp->IsCompatibleArchitecture( in GetOrCreate()
2190 if (platform_sp && platform_sp->IsCompatibleArchitecture( in GetOrCreate()
2225 if (m_selected_platform_sp->IsCompatibleArchitecture( in GetOrCreate()
2234 if (host_platform_sp->IsCompatibleArchitecture( in GetOrCreate()
H A DTarget.cpp1551 if (!platform_sp || !platform_sp->IsCompatibleArchitecture( in SetArchitecture()
H A DProcess.cpp2958 if (target_arch.IsValid() && !platform_sp->IsCompatibleArchitecture( in CompleteAttach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h362 virtual bool IsCompatibleArchitecture(const ArchSpec &arch,