Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp211 Platform::GetPlatformForArchitecture( in CreateTargetInternal()
272 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch); in CreateTargetInternal()
282 platform_sp = Platform::GetPlatformForArchitecture(platform_arch, in CreateTargetInternal()
338 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch); in CreateTargetInternal()
H A DPlatform.cpp1220 Platform::GetPlatformForArchitecture(const ArchSpec &arch, in GetPlatformForArchitecture() function in Platform
H A DTarget.cpp1509 Platform::GetPlatformForArchitecture(other, &platform_arch); in SetArchitecture()
H A DProcess.cpp3138 platform_sp->GetPlatformForArchitecture(target_arch, &platform_arch); in CompleteAttach()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h100 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr);