Home
last modified time | relevance | path

Searched refs:GetPlatformForArchitecture (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTargetList.cpp204 Platform::GetPlatformForArchitecture( in CreateTargetInternal()
261 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch); in CreateTargetInternal()
270 platform_sp = Platform::GetPlatformForArchitecture(platform_arch, in CreateTargetInternal()
302 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch); in CreateTargetInternal()
DPlatform.cpp1177 Platform::GetPlatformForArchitecture(const ArchSpec &arch, in GetPlatformForArchitecture() function in Platform
DTarget.cpp1479 Platform::GetPlatformForArchitecture(other, &platform_arch); in SetArchitecture()
DProcess.cpp2884 platform_sp->GetPlatformForArchitecture(target_arch, &platform_arch); in CompleteAttach()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h101 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr);