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

Declarations

tools/lldb/include/lldb/Host/common/UDPSocket.h
   19   static Status Connect(llvm::StringRef name, bool child_processes_inherit,

References

tools/lldb/source/Host/common/Socket.cpp
  214   return UDPSocket::Connect(host_and_port, child_processes_inherit, socket);
tools/lldb/unittests/Host/SocketTest.cpp
  136   auto error = UDPSocket::Connect("127.0.0.1:0", child_processes_inherit,
  183       UDPSocket::Connect("127.0.0.1:0", child_processes_inherit, socket);