Searched refs:GetAddressInfo (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | SocketAddress.cpp | 213 auto addresses = GetAddressInfo(host, service, ai_family, ai_socktype, in getaddrinfo() 221 SocketAddress::GetAddressInfo(const char *hostname, const char *servname, in GetAddressInfo() function in SocketAddress
|
| H A D | TCPSocket.cpp | 161 SocketAddress::GetAddressInfo(host_port->hostname.c_str(), nullptr, in Connect() 201 std::vector<SocketAddress> addresses = SocketAddress::GetAddressInfo( in Listen()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBSocket.cpp | 58 auto addresses = lldb_private::SocketAddress::GetAddressInfo( in Listen() 188 auto addresses = lldb_private::SocketAddress::GetAddressInfo( in Connect()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | SocketAddress.h | 38 GetAddressInfo(const char *hostname, const char *servname, int ai_family,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1770 std::optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo() function in __anona1378fcf0211::VMAddressProvider 1785 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo() function in __anona1378fcf0211::VMAddressProvider 1843 auto InfoOr = provider.GetAddressInfo(PHdr); in CreateSections() 1874 auto InfoOr = provider.GetAddressInfo(header); in CreateSections()
|