Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConnection.h199 virtual lldb::IOObjectSP GetReadObject() { return lldb::IOObjectSP(); } in GetReadObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h70 lldb::IOObjectSP GetReadObject() override { return m_read_sp; } in GetReadObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp925 IOObjectSP read_object_sp = connection->GetReadObject();
980 m_stdio_communication.GetConnection()->GetReadObject(),