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

Declarations

tools/lldb/include/lldb/Host/Socket.h
   53   static llvm::Error Initialize();

References

tools/lldb/source/Initialization/SystemInitializerCommon.cpp
  104   llvm::Error error = Socket::Initialize();
tools/lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
   20     ASSERT_THAT_ERROR(Socket::Initialize(), llvm::Succeeded());
tools/lldb/unittests/Host/MainLoopTest.cpp
   23     ASSERT_THAT_ERROR(Socket::Initialize(), llvm::Succeeded());
tools/lldb/unittests/Host/SocketAddressTest.cpp
   21     ASSERT_THAT_ERROR(Socket::Initialize(), llvm::Succeeded());
tools/lldb/unittests/Host/SocketTest.cpp
   18     ASSERT_THAT_ERROR(Socket::Initialize(), llvm::Succeeded());
tools/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
   17   ASSERT_THAT_ERROR(Socket::Initialize(), llvm::Succeeded());
tools/lldb/unittests/tools/lldb-server/tests/TestBase.h
   27     ASSERT_THAT_ERROR(lldb_private::Socket::Initialize(), llvm::Succeeded());