Searched refs:GetLength (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ConstString.h | 251 return llvm::StringRef (m_string, GetLength()); in GetStringRef() 285 GetLength () const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | PathMappingList.cpp | 191 const size_t prefixLen = pos->first.GetLength(); in RemapPath() 213 const size_t prefix_len = pos->first.GetLength(); in RemapPath() 238 const size_t prefix_len = pos->first.GetLength(); in FindFile()
|
| HD | ProcessInfo.cpp | 61 return m_executable.GetFilename().GetLength(); in GetNameLength()
|
| HD | StackFrame.cpp | 668 var_path.erase (0, name_const_string.GetLength ()); in GetValueForVariableExpressionPath() 811 var_path.erase(0, child_name.GetLength()); in GetValueForVariableExpressionPath()
|
| HD | ObjCLanguageRuntime.cpp | 335 … m_selector.SetCStringWithLength (space_pos, m_full.GetLength() - (space_pos - full) - 1); in GetSelector()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | SocketAddress.cpp | 134 return GetLength () != 0; in IsValid() 150 SocketAddress::GetLength () const in GetLength() function in SocketAddress
|
| HD | Socket.cpp | 225 int err = ::bind (listen_sock, anyaddr, anyaddr.GetLength()); in TcpListen() 380 if (::bind (final_recv_fd, addr, addr.GetLength()) == -1) in UdpConnect() 636 m_udp_send_sockaddr.GetLength()); in Write()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ConstString.cpp | 246 ConstString::GetLength () const in GetLength() function in ConstString 287 size_t cstr_len = GetLength(); in DumpDebug()
|
| HD | Mangled.cpp | 310 demangled_name = FastDemangle(mangled_name, m_mangled.GetLength()); in GetDemangledName()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | HostProcessPosix.cpp | 88 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | SocketAddress.h | 83 GetLength () const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFCompileUnit.h | 50 uint32_t GetLength() const { return m_length; } in GetLength() function
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | ClangASTContext.h | 230 if (type_name.GetLength()) in GetTypeForIdentifier()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueProperties.cpp | 725 max_name_len = std::max<size_t>(property->GetName().GetLength(), max_name_len); in DumpAllDescriptions()
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatManager.cpp | 563 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()
|