Searched defs:GetNameOffset (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Host/linux/ | ||
H A D | AbstractSocket.cpp | 19 size_t AbstractSocket::GetNameOffset() const { return 1; } GetNameOffset() function in AbstractSocket |
/llvm-project/lldb/source/Host/posix/ | ||
H A D | DomainSocket.cpp | 121 size_t DomainSocket::GetNameOffset() const { return 0; } GetNameOffset() function in DomainSocket |