Home
last modified time | relevance | path

Searched refs:UnixAbstractSocketConnect (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h96 lldb::ConnectionStatus UnixAbstractSocketConnect(llvm::StringRef socket_name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp184 return UnixAbstractSocketConnect(*addr, error_ptr); in Connect()
670 ConnectionFileDescriptor::UnixAbstractSocketConnect(llvm::StringRef socket_name, in UnixAbstractSocketConnect() function in ConnectionFileDescriptor