Home
last modified time | relevance | path

Searched refs:Comm (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A Ddebugserver.cpp269 if (remote->Comm().IsConnected()) { in RNBRunLoopLaunchInferior()
728 if (!remote->Comm().IsConnected()) { in ConnectRemote()
1465 if (!remote->Comm().IsConnected()) { in main()
1485 remote->Comm().Read(buf); in main()
1487 remote->Comm().Disconnect(false); in main()
1502 if (remote->Comm().OpenFile(str)) in main()
1508 if (remote->Comm().useFD(communication_fd)) in main()
1604 if (remote->Comm().OpenFile(str)) in main()
1633 if (remote->Comm().OpenFile(str)) in main()
1671 if (remote->Comm().OpenFile(str)) in main()
[all …]
H A Dlibdebugserver.cpp348 if (g_remoteSP->Comm().useFD(fd) == rnb_success) { in debug_server_main()
H A DRNBRemote.h260 RNBSocket &Comm() { return m_comm; } in Comm() function
H A DRNBRemote.cpp3308 return !remote->Comm().IsConnected(); in RNBRemoteShouldCancelCallback()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDPLog.cpp16 {{"comm"}, {"log communication activity"}, KDPLog::Comm},
H A DProcessKDPLog.h20 Comm = Log::ChannelFlag<2>, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.cpp20 {{"comm"}, {"log communication activity"}, GDBRLog::Comm},
H A DProcessGDBRemoteLog.h21 Comm = Log::ChannelFlag<2>, enumerator
H A DGDBRemoteCommunicationServerLLGS.cpp1156 Log *log = GetLog(GDBRLog::Comm); in DataAvailableCallback()
H A DProcessGDBRemote.cpp3968 Log *log(GetLog(GDBRLog::Comm | GDBRLog::Memory)); in GetMaxMemorySize()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9695 const auto *Comm = cast<SCEVNAryExpr>(V); in computeSCEVAtScope() local
9700 if (OpAtScope != Comm->getOperand(i)) { in computeSCEVAtScope()
9703 SmallVector<const SCEV *, 8> NewOps(Comm->op_begin(), in computeSCEVAtScope()
9711 if (isa<SCEVAddExpr>(Comm)) in computeSCEVAtScope()
9712 return getAddExpr(NewOps, Comm->getNoWrapFlags()); in computeSCEVAtScope()
9713 if (isa<SCEVMulExpr>(Comm)) in computeSCEVAtScope()
9714 return getMulExpr(NewOps, Comm->getNoWrapFlags()); in computeSCEVAtScope()
9715 if (isa<SCEVMinMaxExpr>(Comm)) in computeSCEVAtScope()
9716 return getMinMaxExpr(Comm->getSCEVType(), NewOps); in computeSCEVAtScope()
9717 if (isa<SCEVSequentialMinMaxExpr>(Comm)) in computeSCEVAtScope()
[all …]