Home
last modified time | relevance | path

Searched defs:IsConnected (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DRNBSocket.h54 bool IsConnected() const { return m_fd != -1; } in IsConnected() function
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h42 bool IsConnected() const { return true; }; in IsConnected() function
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h58 bool IsConnected() const override { return true; } in IsConnected() function
/llvm-project/lldb/source/API/
H A DSBCommunication.cpp98 bool SBCommunication::IsConnected() const { in IsConnected() function in SBCommunication
H A DSBPlatform.cpp402 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
/llvm-project/flang/runtime/
H A Dfile.h42 bool IsConnected() const { return fd_ >= 0; } in IsConnected() function
H A Dunit.h67 RT_API_ATTRS bool IsConnected() const { return false; } in IsConnected() function
/llvm-project/lldb/source/Core/
H A DCommunication.cpp77 bool Communication::IsConnected() const { in IsConnected() function in Communication
/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp88 bool ConnectionGenericFile::IsConnected() const { in IsConnected() function in ConnectionGenericFile
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp229 bool RemoteAwarePlatform::IsConnected() const { IsConnected() function in RemoteAwarePlatform
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h447 virtual bool IsConnected() const { IsConnected() function
/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp120 bool ConnectionFileDescriptor::IsConnected() const { IsConnected() function in ConnectionFileDescriptor
/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp626 auto IsConnected = [&](SCC &C) { switchInternalEdgeToCall() local
1034 auto IsConnected = [&](RefSCC &RC) { insertIncomingRefEdge() local
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp563 bool AdbClient::SyncService::IsConnected() const { IsConnected() function in AdbClient::SyncService
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp208 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer
[all...]