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

References

tools/lldb/source/Commands/CommandObjectMemory.cpp
  590       total_byte_size = item_count * item_byte_size;
  631       item_count = total_byte_size / item_byte_size;
  702         item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
  704         item_byte_size = target->GetMaximumSizeOfStringSummary();
  708           (item_byte_size + 1) * item_count,
  714             (uint64_t)((item_byte_size + 1) * item_count));
  725         buffer.resize(item_byte_size + 1, 0);
  728                                                     item_byte_size + 1, error);
  736         if (item_byte_size == read) {
  822         addr_t item_addr = addr + (i * item_byte_size);
  855         (item_byte_size != 1)) {
  863         item_count = item_byte_size;
  864         item_byte_size = 1;
  870             (uint64_t)item_byte_size);
  878         data, output_stream_p, 0, format, item_byte_size, item_count,