Home
last modified time | relevance | path

Searched refs:GetReadObject (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h174 virtual lldb::IOObjectSP GetReadObject() { return lldb::IOObjectSP(); }; in GetReadObject() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h66 lldb::IOObjectSP GetReadObject() override { return m_io_sp; } in GetReadObject() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1178 IOObjectSP read_object_sp = connection->GetReadObject(); in InitializeConnection()
1236 m_stdio_communication.GetConnection()->GetReadObject(), in StartSTDIOForwarding()