/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ConstString.h | 173 return std::string_view(m_string, GetLength()); in string_view() 198 return llvm::StringRef(m_string, GetLength()); in GetStringRef() 203 return std::string(AsCString(""), GetLength()); in GetString() 226 size_t GetLength() const;
|
/freebsd/contrib/bearssl/T0/ |
H A D | CodeElementJump.cs | 52 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementJump 83 return GetLength(oneByteCode); in Encode()
|
H A D | CodeElementUInt.cs | 44 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUInt
|
H A D | CodeElementUIntInt.cs | 47 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntInt
|
H A D | CodeElementUIntUInt.cs | 46 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntUInt
|
H A D | CodeElementUIntExpr.cs | 50 internal override int GetLength(bool oneByteCode) in GetLength() method in CodeElementUIntExpr
|
H A D | CodeElement.cs | 45 internal abstract int GetLength(bool oneByteCode); in GetLength() method in CodeElement
|
H A D | T0Comp.cs | 1667 gcodeLen[i] = gcode[i].GetLength(oneByteCode); in Generate() 1988 codeLen += ce.GetLength(oneByteCode); in Generate()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | SocketAddress.cpp | 102 bool SocketAddress::IsValid() const { return GetLength() != 0; } in IsValid() 115 socklen_t SocketAddress::GetLength() const { in GetLength() function in SocketAddress 309 if (GetLength() != rhs.GetLength()) in operator ==()
|
H A D | UDPSocket.cpp | 39 m_sockaddr, m_sockaddr.GetLength()); in Send() 122 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
|
H A D | TCPSocket.cpp | 172 address.GetLength()) == -1) { in Connect() 226 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen() 237 socklen_t sa_len = address.GetLength(); in Listen()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFTypeUnit.cpp | 22 GetOffset(), (uint32_t)GetLength(), GetVersion(), in Dump()
|
H A D | DWARFCompileUnit.cpp | 27 GetOffset(), GetLength(), GetVersion(), (uint32_t)GetAbbrevOffset(), in Dump()
|
H A D | DWARFUnit.h | 118 dw_offset_t GetLength() const { return m_header.getLength(); } in GetLength() function
|
H A D | DWARFUnit.cpp | 442 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 243 size_t ConstString::GetLength() const { in GetLength() function in ConstString 298 size_t cstr_len = GetLength(); in DumpDebug()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | SocketAddress.h | 68 socklen_t GetLength() const;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpRegisterValue.cpp | 53 return varname.GetLength(); in dump_type_value()
|
H A D | DataFileCache.cpp | 273 m_next_offset += s.GetLength() + 1; in Add()
|
H A D | Debugger.cpp | 2000 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatManager.cpp | 525 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 563 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath() 747 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
|