Home
last modified time | relevance | path

Searched refs:host_platform_sp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp182 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in CreateTargetInternal() local
198 if (host_platform_sp && in CreateTargetInternal()
200 host_platform_sp->GetName() != platform_sp->GetName())) { in CreateTargetInternal()
201 if (host_platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
203 platforms.push_back(host_platform_sp); in CreateTargetInternal()
314 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in CreateDummyTarget() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp872 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex() local
874 name_str, host_platform_sp->GetPluginName().GetStringRef()); in GetAvailablePlatformInfoAtIndex()
876 desc_str, llvm::StringRef(host_platform_sp->GetDescription())); in GetAvailablePlatformInfoAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp239 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute() local
240 ostrm.Printf("%s: %s\n", host_platform_sp->GetPluginName().GetCString(), in DoExecute()
241 host_platform_sp->GetDescription()); in DoExecute()