reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/StreamString.h
   37   size_t GetSize() const;

References

tools/lldb/source/API/SBStream.cpp
   60   return static_cast<StreamString *>(m_opaque_up.get())->GetSize();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4167             else if (feedback_stream.GetSize())
tools/lldb/source/Commands/CommandObjectThread.cpp
  775         if (stream.GetSize() > 0)
  946           if (stream.GetSize() > 0)
 1275           if (stream.GetSize() > 0)
tools/lldb/source/Core/Address.cpp
  760               s->Write(strm.GetString().data(), strm.GetSize());
tools/lldb/source/Core/Debugger.cpp
  304           if (feedback_stream.GetSize())
tools/lldb/source/Core/ValueObject.cpp
  948   destination = std::make_shared<DataBufferHeap>(source.GetSize() + 1, 0);
  949   memcpy(destination->GetBytes(), source.GetString().data(), source.GetSize());
 2748     if (s.GetSize())
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp
   51   if (sstr.GetSize() > 0) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1514         size_t value_string_size = value_strm.GetSize();
tools/lldb/source/Interpreter/CommandObject.cpp
  382                                           help_text, name_str.GetSize());
  385                                  name_str.GetSize());
  389                                         entry->help_text, name_str.GetSize());
tools/lldb/source/Interpreter/Options.cpp
  518       if (args_str.GetSize() > 0) {
  530       arguments_str.GetSize() > 0) {
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
   78     if (was_nsstring_ok && summary_stream.GetSize() > 0) {
  123     if (was_nsstring_ok && summary_stream.GetSize() > 0) {
  168     if (was_nsstring_ok && summary_stream.GetSize() > 0) {
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6176           mach_header.sizeofcmds += 8 + LC_THREAD_data.GetSize();
 6193         addr_t file_offset = buffer.GetSize() + mach_header.sizeofcmds;
 6206           const size_t LC_THREAD_data_size = LC_THREAD_data.GetSize();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  431   if (stream.GetSize())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3346   escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3385   escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3439   escaped_packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3510   packet.PutEscapedBytes(json_string.GetData(), json_string.GetSize());
 3650                           unescaped_payload.GetSize());
 4012                            unescaped_stream.GetSize());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1176                                    response.GetSize());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1185                                    json_string.GetSize());
 1251   escaped_response.PutEscapedBytes(response.GetData(), response.GetSize());
 3098   escaped_response.PutEscapedBytes(response.GetData(), response.GetSize());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  236                                    response.GetSize());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1233           new EventDataBytes(packet.GetString().data(), packet.GetSize()));
 1486                              continue_packet.GetSize()));
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1758   return stream.GetSize();
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  427   uint8_t *saved = m_allocator.Allocate<uint8_t>(dwarf.GetSize());
  428   std::memcpy(saved, dwarf.GetData(), dwarf.GetSize());
  429   return {saved, dwarf.GetSize()};
tools/lldb/source/Target/Target.cpp
 1365   if (feedback_stream.GetSize())
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  228       if (m_constructor_errors.GetSize() > 0)
tools/lldb/source/Utility/DataExtractor.cpp
  991       if (sstr.GetSize() > 0) {
tools/lldb/source/Utility/StreamString.cpp
   36 bool StreamString::Empty() const { return GetSize() == 0; }
tools/lldb/unittests/Symbol/PostfixExpressionTest.cpp
  154   DataExtractor extractor(dwarf.GetData(), dwarf.GetSize(),
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
  111   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);
  156   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);
  201   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);
  236   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);
  265   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);
  294   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);
  320   data.SetData(encoder.GetData(), encoder.GetSize(), byte_order);