/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBSocket.h | 54 bool IsConnected() const { return m_fd != -1; } in IsConnected() function
|
/llvm-project/lldb/unittests/Process/gdb-remote/ |
H A D | GDBRemoteTestUtils.h | 42 bool IsConnected() const { return true; }; in IsConnected() function
|
/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.h | 58 bool IsConnected() const override { return true; } in IsConnected() function
|
/llvm-project/lldb/source/API/ |
H A D | SBCommunication.cpp | 98 bool SBCommunication::IsConnected() const { in IsConnected() function in SBCommunication
|
H A D | SBPlatform.cpp | 402 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
|
/llvm-project/flang/runtime/ |
H A D | file.h | 42 bool IsConnected() const { return fd_ >= 0; } in IsConnected() function
|
H A D | unit.h | 67 RT_API_ATTRS bool IsConnected() const { return false; } in IsConnected() function
|
/llvm-project/lldb/source/Core/ |
H A D | Communication.cpp | 77 bool Communication::IsConnected() const { in IsConnected() function in Communication
|
/llvm-project/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 88 bool ConnectionGenericFile::IsConnected() const { in IsConnected() function in ConnectionGenericFile
|
/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 229 bool RemoteAwarePlatform::IsConnected() const { IsConnected() function in RemoteAwarePlatform
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | Platform.h | 447 virtual bool IsConnected() const { IsConnected() function
|
/llvm-project/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 120 bool ConnectionFileDescriptor::IsConnected() const { IsConnected() function in ConnectionFileDescriptor
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 626 auto IsConnected = [&](SCC &C) { switchInternalEdgeToCall() local 1034 auto IsConnected = [&](RefSCC &RC) { insertIncomingRefEdge() local
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 563 bool AdbClient::SyncService::IsConnected() const { IsConnected() function in AdbClient::SyncService
|
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 208 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer [all...] |