Home
last modified time | relevance | path

Searched refs:GetRemoteOSBuildString (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp308 llvm::Optional<std::string> RemoteAwarePlatform::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in RemoteAwarePlatform
310 return m_remote_platform_sp->GetRemoteOSBuildString(); in GetRemoteOSBuildString()
H A DPlatform.cpp379 return GetRemoteOSBuildString(); in GetOSBuildString()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h67 llvm::Optional<std::string> GetRemoteOSBuildString() override;
H A DPlatform.h234 virtual llvm::Optional<std::string> GetRemoteOSBuildString() { in GetRemoteOSBuildString() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h78 llvm::Optional<std::string> GetRemoteOSBuildString() override;
H A DPlatformRemoteGDBServer.cpp153 llvm::Optional<std::string> PlatformRemoteGDBServer::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp358 if (llvm::Optional<std::string> build = GetRemoteOSBuildString()) { in GetConnectedSDKIndex()