Home
last modified time | relevance | path

Searched refs:GetOSKernelDescription (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h25 static llvm::Optional<std::string> GetOSKernelDescription();
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h31 static llvm::Optional<std::string> GetOSKernelDescription();
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostInfoWindows.cpp85 llvm::Optional<std::string> HostInfoWindows::GetOSKernelDescription() { in GetOSKernelDescription() function in HostInfoWindows
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp41 llvm::Optional<std::string> HostInfoPosix::GetOSKernelDescription() { in GetOSKernelDescription() function in HostInfoPosix
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h247 llvm::Optional<std::string> GetOSKernelDescription();
H A DGDBRemoteCommunicationServerCommon.cpp276 if (llvm::Optional<std::string> s = HostInfo::GetOSKernelDescription()) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp987 GDBRemoteCommunicationClient::GetOSKernelDescription() { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp442 std::string s = platform_sp->GetOSKernelDescription().value_or(""); in GetOSDescription()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp330 if (llvm::Optional<std::string> s = GetOSKernelDescription()) in GetStatus()
382 llvm::Optional<std::string> Platform::GetOSKernelDescription() { in GetOSKernelDescription() function in Platform
384 return HostInfo::GetOSKernelDescription(); in GetOSKernelDescription()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h208 llvm::Optional<std::string> GetOSKernelDescription();
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp163 return m_gdb_client_up->GetOSKernelDescription(); in GetRemoteOSKernelDescription()