Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDConstString.h251 return llvm::StringRef (m_string, GetLength()); in GetStringRef()
285 GetLength () const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPathMappingList.cpp191 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()
HDProcessInfo.cpp61 return m_executable.GetFilename().GetLength(); in GetNameLength()
HDStackFrame.cpp668 var_path.erase (0, name_const_string.GetLength ()); in GetValueForVariableExpressionPath()
811 var_path.erase(0, child_name.GetLength()); in GetValueForVariableExpressionPath()
HDObjCLanguageRuntime.cpp335 … m_selector.SetCStringWithLength (space_pos, m_full.GetLength() - (space_pos - full) - 1); in GetSelector()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocketAddress.cpp134 return GetLength () != 0; in IsValid()
150 SocketAddress::GetLength () const in GetLength() function in SocketAddress
HDSocket.cpp225 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/
HDConstString.cpp246 ConstString::GetLength () const in GetLength() function in ConstString
287 size_t cstr_len = GetLength(); in DumpDebug()
HDMangled.cpp310 demangled_name = FastDemangle(mangled_name, m_mangled.GetLength()); in GetDemangledName()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostProcessPosix.cpp88 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocketAddress.h83 GetLength () const;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.h50 uint32_t GetLength() const { return m_length; } in GetLength() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDClangASTContext.h230 if (type_name.GetLength()) in GetTypeForIdentifier()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp725 max_name_len = std::max<size_t>(property->GetName().GetLength(), max_name_len); in DumpAllDescriptions()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDFormatManager.cpp563 total_children_name_len += child_sp->GetName().GetLength(); in ShouldPrintAsOneLiner()