reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Host/Socket.h
   61   virtual Status Listen(llvm::StringRef name, int backlog) = 0;

Declarations

tools/lldb/include/lldb/Host/common/UDPSocket.h
   29   Status Listen(llvm::StringRef name, int backlog) override;