Home
last modified time | relevance | path

Searched refs:GetLength (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Host/common/
H A DSocketAddress.cpp102 bool SocketAddress::IsValid() const { return GetLength() != 0; } in IsValid()
115 socklen_t SocketAddress::GetLength() const { in GetLength() function in SocketAddress
307 if (GetLength() != rhs.GetLength()) in operator ==()
H A DUDPSocket.cpp39 m_sockaddr, m_sockaddr.GetLength()); in Send()
122 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
H A DTCPSocket.cpp172 address.GetLength())) { in Connect()
220 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen()
231 socklen_t sa_len = address.GetLength(); in Listen()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBSocket.cpp76 ::bind(sock_fd, &bind_address.sockaddr(), bind_address.GetLength()); in Listen()
93 socklen_t sa_len = address.GetLength(); in Listen()
201 if (-1 == ::connect(m_fd, &address.sockaddr(), address.GetLength())) { in Connect()
H A DChangeLog1127 * CFString.cpp (CFString::GetLength() const): New function.
1128 * CFString.h (CFString::GetLength() const): New prototype.
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConstString.h203 return llvm::StringRef(m_string, GetLength()); in GetStringRef()
226 size_t GetLength() const;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.cpp21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.h62 dw_offset_t GetLength() const { return m_length; } in GetLength() function
153 uint32_t GetLength() const { return m_header.GetLength(); } in GetLength() function
H A DDWARFCompileUnit.cpp24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
H A DDWARFUnit.cpp415 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
924 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()
/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCData.h24 CFIndex GetLength() const;
H A DCFCString.h30 CFIndex GetLength() const;
H A DCFCData.cpp29 CFIndex CFCData::GetLength() const { in GetLength() function in CFCData
H A DCFCString.cpp146 CFIndex CFCString::GetLength() const { in GetLength() function in CFCString
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DCFString.h33 CFIndex GetLength() const;
H A DCFString.cpp138 CFIndex CFString::GetLength() const { in GetLength() function in CFString
/llvm-project-15.0.7/lldb/source/Utility/
H A DConstString.cpp237 size_t ConstString::GetLength() const { in GetLength() function in ConstString
292 size_t cstr_len = GetLength(); in DumpDebug()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DSocketAddress.h68 socklen_t GetLength() const;
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DCFBundle.cpp49 CFIndex GetLength() const { in GetLength() function in llvm::dsymutil::CFString
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp265 m_next_offset += s.GetLength() + 1; in Add()
H A DDebugger.cpp1787 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp550 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
739 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp523 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp166 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h258 if (type_name.GetLength()) {

12