| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Connection.h | 41 class Connection { 44 Connection() = default; 48 virtual ~Connection(); 178 Connection(const Connection &) = delete; 179 const Connection &operator=(const Connection &) = delete;
|
| H A D | LLDBLog.h | 24 Connection = Log::ChannelFlag<5>, enumerator
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 55 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor() 58 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor() 69 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor() 84 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor() 94 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe() 112 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe() 134 Log *log = GetLog(LLDBLog::Connection); in Connect() 191 Log *log = GetLog(LLDBLog::Connection); in Disconnect() 252 Log *log = GetLog(LLDBLog::Connection); in Read() 360 Log *log = GetLog(LLDBLog::Connection); in Write() [all …]
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Connection.cpp | 13 Connection::~Connection() = default;
|
| H A D | LLDBLog.cpp | 22 {{"conn"}, {"log connection details"}, LLDBLog::Connection},
|
| H A D | CMakeLists.txt | 32 Connection.cpp
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2002-03-12-StructInitializer.c | 12 } Connection; typedef 14 Connection link[3]
|
| H A D | 2002-03-12-StructInitialize.c | 8 } Connection; typedef 10 Connection link[3]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDFS.h | 92 struct Connection { struct 96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument 109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | qt-simulator.h | 12 struct Connection {}; struct 16 static QMetaObject::Connection connectImpl(const QObject *, void **,
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Communication.h | 29 class Connection; variable 162 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection() 240 void SetConnection(std::unique_ptr<Connection> connection);
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.h | 51 explicit SyncService(std::unique_ptr<Connection> &&conn); 73 std::unique_ptr<Connection> m_conn; 134 std::unique_ptr<Connection> m_conn;
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 94 Log *log = GetLog(LLDBLog::Connection); in Connect() 136 Log *log = GetLog(LLDBLog::Connection); in Disconnect() 248 Log *log = GetLog(LLDBLog::Connection); in Read() 297 Log *log = GetLog(LLDBLog::Connection); in Write()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Socket.cpp | 150 Log *log = GetLog(LLDBLog::Connection); in TcpConnect() 169 Log *log = GetLog(LLDBLog::Connection); in TcpListen() 281 Log *log = GetLog(LLDBLog::Connection); in Close()
|
| H A D | Host.cpp | 559 std::unique_ptr<Connection> Host::CreateDefaultConnection(llvm::StringRef url) { in CreateDefaultConnection() 562 return std::unique_ptr<Connection>(new ConnectionGenericFile()); in CreateDefaultConnection() 564 return std::unique_ptr<Connection>(new ConnectionFileDescriptor()); in CreateDefaultConnection()
|
| H A D | UDPSocket.cpp | 58 Log *log = GetLog(LLDBLog::Connection); in Connect()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | Acceptor.h | 32 Status Accept(const bool child_processes_inherit, Connection *&conn);
|
| H A D | lldb-platform.cpp | 320 Connection *conn = nullptr; in main_platform() 350 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform()
|
| H A D | Acceptor.cpp | 62 Status Acceptor::Accept(const bool child_processes_inherit, Connection *&conn) { in Accept()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/windows/ |
| H A D | ConnectionGenericFileWindows.h | 20 class ConnectionGenericFile : public lldb_private::Connection {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2007-05-03-BadPostIndexedLd.ll | 3 %struct.Connection = type { i32, [10 x i8], i32 } 8 …cppobjtype, i32, i16*, i16**, i8**, i32, %struct.XyPoint, [3 x %struct.Connection], %struct.Point*…
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Utility/ |
| H A D | BUILD.gn | 14 "Connection.cpp",
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteTestUtils.h | 26 class MockConnection : public lldb_private::Connection {
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 29 class ConnectionFileDescriptor : public Connection {
|
| /llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/ |
| H A D | TestClient.h | 83 TestClient(std::unique_ptr<lldb_private::Connection> Conn);
|