Searched refs:GetAddressInfo (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | SocketAddress.cpp | 215 auto addresses = GetAddressInfo(host, service, ai_family, ai_socktype, in getaddrinfo() 223 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()
|
| /src/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | SocketAddress.h | 38 GetAddressInfo(const char *hostname, const char *servname, int ai_family,
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1816 std::optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo() function in __anon9345718d0211::VMAddressProvider 1831 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo() function in __anon9345718d0211::VMAddressProvider 1922 auto InfoOr = provider.GetAddressInfo(PHdr); in CreateSections() 1953 auto InfoOr = provider.GetAddressInfo(header); in CreateSections()
|