Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h88 lldb::ConnectionStatus ConnectUDP(llvm::StringRef args,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp158 .Case("udp", &ConnectionFileDescriptor::ConnectUDP) in Connect()
635 ConnectionFileDescriptor::ConnectUDP(llvm::StringRef s, in ConnectUDP() function in ConnectionFileDescriptor