Searched refs:Comm (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 269 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 D | libdebugserver.cpp | 348 if (g_remoteSP->Comm().useFD(fd) == rnb_success) { in debug_server_main()
|
| H A D | RNBRemote.h | 260 RNBSocket &Comm() { return m_comm; } in Comm() function
|
| H A D | RNBRemote.cpp | 3308 return !remote->Comm().IsConnected(); in RNBRemoteShouldCancelCallback()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPLog.cpp | 16 {{"comm"}, {"log communication activity"}, KDPLog::Comm},
|
| H A D | ProcessKDPLog.h | 20 Comm = Log::ChannelFlag<2>, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteLog.cpp | 20 {{"comm"}, {"log communication activity"}, GDBRLog::Comm},
|
| H A D | ProcessGDBRemoteLog.h | 21 Comm = Log::ChannelFlag<2>, enumerator
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1156 Log *log = GetLog(GDBRLog::Comm); in DataAvailableCallback()
|
| H A D | ProcessGDBRemote.cpp | 3968 Log *log(GetLog(GDBRLog::Comm | GDBRLog::Memory)); in GetMaxMemorySize()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 9695 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 …]
|