Searched refs:GetOSKernelDescription (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h124 GetOSKernelDescription (std::string &s);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp172 Host::GetOSKernelDescription (std::string &s) function in class:Host
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h302 GetOSKernelDescription (std::string &s);
H A DGDBRemoteCommunicationServer.cpp442 if (Host::GetOSKernelDescription (s))
H A DGDBRemoteCommunicationClient.cpp1342 GDBRemoteCommunicationClient::GetOSKernelDescription (std::string &s) function in class:GDBRemoteCommunicationClient
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp310 if (GetOSKernelDescription (s))
406 Platform::GetOSKernelDescription (std::string &s) function in class:Platform
409 return Host::GetOSKernelDescription (s);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp413 if (platform_sp->GetOSKernelDescription(s))
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h216 GetOSKernelDescription (std::string &s);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp187 return m_gdb_client.GetOSKernelDescription (s);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1409 Host::GetOSKernelDescription (std::string &s) function in class:Host

Completed in 147 milliseconds