Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.h58 bool IsConnected() const override { return true; } in IsConnected() function
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommunication.cpp98 bool SBCommunication::IsConnected() const { in IsConnected() function in SBCommunication
HDSBPlatform.cpp402 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDCommunication.cpp77 bool Communication::IsConnected() const { in IsConnected() function in Communication
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp232 bool RemoteAwarePlatform::IsConnected() const { in IsConnected() function in RemoteAwarePlatform
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h447 virtual bool IsConnected() const { in IsConnected() function
/freebsd-head/contrib/llvm-project/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp120 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDLazyCallGraph.cpp626 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
1034 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp208 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer