Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/freebsd/
H A DHostInfoFreeBSD.h21 static bool GetOSBuildString(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/netbsd/
H A DHostInfoNetBSD.h21 static bool GetOSBuildString(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/openbsd/
H A DHostInfoOpenBSD.h21 static bool GetOSBuildString(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHostInfoOpenBSD.cpp32 bool HostInfoOpenBSD::GetOSBuildString(std::string &s) { in GetOSBuildString() function in HostInfoOpenBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHostInfoFreeBSD.cpp33 bool HostInfoFreeBSD::GetOSBuildString(std::string &s) { in GetOSBuildString() function in HostInfoFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp45 bool HostInfoNetBSD::GetOSBuildString(std::string &s) { in GetOSBuildString() function in HostInfoNetBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp424 if (GetOSBuildString(s)) in GetStatus()
496 bool Platform::GetOSBuildString(std::string &s) { in GetOSBuildString() function in Platform
501 return HostInfo::GetOSBuildString(s); in GetOSBuildString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h278 bool GetOSBuildString(std::string &s);
H A DGDBRemoteCommunicationServerCommon.cpp268 if (HostInfo::GetOSBuildString(s)) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp952 bool GDBRemoteCommunicationClient::GetOSBuildString(std::string &s) { in GetOSBuildString() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h218 bool GetOSBuildString(std::string &s);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp462 if (platform_sp->GetOSBuildString(s)) { in GetOSBuild()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp245 return m_gdb_client.GetOSBuildString(s); in GetRemoteOSBuildString()