Home
last modified time | relevance | path

Searched refs:GetOSBuildString (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/freebsd/
H A DHostInfoFreeBSD.h22 static std::optional<std::string> GetOSBuildString();
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/openbsd/
H A DHostInfoOpenBSD.h22 static std::optional<std::string> GetOSBuildString();
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/netbsd/
H A DHostInfoNetBSD.h22 static std::optional<std::string> GetOSBuildString();
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp38 std::optional<std::string> HostInfoOpenBSD::GetOSBuildString() { in GetOSBuildString()
33 std::optional<std::string> HostInfoOpenBSD::GetOSBuildString() { GetOSBuildString() function in HostInfoOpenBSD
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp34 std::optional<std::string> HostInfoFreeBSD::GetOSBuildString() { in GetOSBuildString() function in HostInfoFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp46 std::optional<std::string> HostInfoNetBSD::GetOSBuildString() { in GetOSBuildString() function in HostInfoNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h237 std::optional<std::string> GetOSBuildString();
H A DGDBRemoteCommunicationServerCommon.cpp270 if (std::optional<std::string> s = HostInfo::GetOSBuildString()) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp977 std::optional<std::string> GDBRemoteCommunicationClient::GetOSBuildString() { in GetOSBuildString() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp431 std::string s = platform_sp->GetOSBuildString().value_or(""); in GetOSBuild()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp264 if (std::optional<std::string> s = GetOSBuildString()) in GetStatus()
339 std::optional<std::string> Platform::GetOSBuildString() { in GetOSBuildString() function in Platform
341 return HostInfo::GetOSBuildString(); in GetOSBuildString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h194 std::optional<std::string> GetOSBuildString();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp164 return m_gdb_client_up->GetOSBuildString(); in GetRemoteOSBuildString()