Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h58 bool IsConnected() const override { return true; } in IsConnected() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp77 bool Communication::IsConnected() const { in IsConnected() function in Communication
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp345 bool RemoteAwarePlatform::IsConnected() const { in IsConnected() function in RemoteAwarePlatform
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h460 virtual bool IsConnected() const { in IsConnected() function
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp120 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp618 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
1026 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp208 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer