Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1128 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex() local
1129 platform_dict->AddStringItem(name_str, host_platform_sp->GetPluginName()); in GetAvailablePlatformInfoAtIndex()
1131 desc_str, llvm::StringRef(host_platform_sp->GetDescription())); in GetAvailablePlatformInfoAtIndex()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp2027 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in GetOrCreate() local
2039 if (host_platform_sp) { in GetOrCreate()
2041 if (host_platform_sp->IsCompatibleArchitecture(arch, process_host_arch, in GetOrCreate()
2043 return host_platform_sp; in GetOrCreate()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp215 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute() local
216 ostrm.Format("{0}: {1}\n", host_platform_sp->GetPluginName(), in DoExecute()
217 host_platform_sp->GetDescription()); in DoExecute()