Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/netbsd/
H A DHostInfoNetBSD.h22 static bool GetOSBuildString(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/openbsd/
H A DHostInfoOpenBSD.h22 static bool GetOSBuildString(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/freebsd/
H A DHostInfoFreeBSD.h22 static bool GetOSBuildString(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp33 bool HostInfoOpenBSD::GetOSBuildString(std::string &s) { in GetOSBuildString() function in HostInfoOpenBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp34 bool HostInfoFreeBSD::GetOSBuildString(std::string &s) { in GetOSBuildString() function in HostInfoFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp46 bool HostInfoNetBSD::GetOSBuildString(std::string &s) { in GetOSBuildString() function in HostInfoNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h269 bool GetOSBuildString(std::string &s);
H A DGDBRemoteCommunicationServerCommon.cpp275 if (HostInfo::GetOSBuildString(s)) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp940 bool GDBRemoteCommunicationClient::GetOSBuildString(std::string &s) { in GetOSBuildString() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp299 if (platform_sp->GetOSBuildString(s)) { in GetOSBuild()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp426 if (GetOSBuildString(s)) in GetStatus()
498 bool Platform::GetOSBuildString(std::string &s) { in GetOSBuildString() function in Platform
503 return HostInfo::GetOSBuildString(s); in GetOSBuildString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h229 bool GetOSBuildString(std::string &s);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp241 return m_gdb_client.GetOSBuildString(s); in GetRemoteOSBuildString()