Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTargetList.cpp163 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in CreateTargetInternal() local
180 if (host_platform_sp && in CreateTargetInternal()
182 host_platform_sp->GetName() != platform_sp->GetName())) { in CreateTargetInternal()
183 if (host_platform_sp->IsCompatibleArchitecture( in CreateTargetInternal()
185 platforms.push_back(host_platform_sp); in CreateTargetInternal()
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp215 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute() local
216 ostrm.Printf("%s: %s\n", host_platform_sp->GetPluginName().GetCString(), in DoExecute()
217 host_platform_sp->GetDescription()); in DoExecute()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1091 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex() local
1093 name_str, host_platform_sp->GetPluginName().GetStringRef()); in GetAvailablePlatformInfoAtIndex()
1095 desc_str, llvm::StringRef(host_platform_sp->GetDescription())); in GetAvailablePlatformInfoAtIndex()