Home
last modified time | relevance | path

Searched defs:GetRemoteOSBuildString (Results 1 – 3 of 3) 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
/llvm-project-15.0.7/lldb/include/lldb/Target/
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.cpp153 llvm::Optional<std::string> PlatformRemoteGDBServer::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer