| /freebsd-13.1/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-13.1/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 307 if (GetLength() != rhs.GetLength()) in operator ==()
|
| H A D | UDPSocket.cpp | 41 m_sockaddr, m_sockaddr.GetLength()); in Send() 126 err = ::bind(socket->GetNativeSocket(), bind_addr, bind_addr.GetLength()); in Connect()
|
| H A D | TCPSocket.cpp | 173 GetNativeSocket(), &address.sockaddr(), address.GetLength())) { in Connect() 223 ::bind(fd, &listen_address.sockaddr(), listen_address.GetLength()); in Listen() 234 socklen_t sa_len = address.GetLength(); in Listen()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 203 return llvm::StringRef(m_string, GetLength()); in GetStringRef() 226 size_t GetLength() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFTypeUnit.cpp | 21 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
|
| H A D | DWARFUnit.h | 60 dw_offset_t GetLength() const { return m_length; } in GetLength() function 149 uint32_t GetLength() const { return m_header.GetLength(); } in GetLength() function
|
| H A D | DWARFCompileUnit.cpp | 24 GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(), in Dump()
|
| H A D | DWARFUnit.cpp | 403 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize() 877 !header.IsTypeUnit() || (header.m_type_offset <= header.GetLength()); in extract()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostProcessPosix.cpp | 73 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 238 size_t ConstString::GetLength() const { in GetLength() function in ConstString 293 size_t cstr_len = GetLength(); in DumpDebug()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | SocketAddress.h | 68 socklen_t GetLength() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 549 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath() 732 var_expr = var_expr.drop_front(child_name.GetLength()); in GetValueForVariableExpressionPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 524 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 179 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 256 if (type_name.GetLength()) {
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1580 full_name.GetLength() < llvm::get_max_thread_name_length() in StartEventHandlerThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 4099 if (type_name.GetLength() == 0) { in ConfigureRemoteStructuredData()
|