Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2220 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in GetOrCreate() local
2232 if (host_platform_sp) { in GetOrCreate()
2234 if (host_platform_sp->IsCompatibleArchitecture( in GetOrCreate()
2236 return host_platform_sp; in GetOrCreate()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1180 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in GetAvailablePlatformInfoAtIndex() local
1181 platform_dict->AddStringItem(name_str, host_platform_sp->GetPluginName()); in GetAvailablePlatformInfoAtIndex()
1183 desc_str, llvm::StringRef(host_platform_sp->GetDescription())); in GetAvailablePlatformInfoAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp218 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in DoExecute() local
219 ostrm.Format("{0}: {1}\n", host_platform_sp->GetPluginName(), in DoExecute()
220 host_platform_sp->GetDescription()); in DoExecute()