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

References

tools/lldb/source/Core/ValueObject.cpp
  803     lldb::DataBufferSP data_sp(heap_buf_ptr =
  820           heap_buf_ptr->SetByteSize(bytes);
  822               so_addr, false, heap_buf_ptr->GetBytes(), bytes, error);
  834         heap_buf_ptr->SetByteSize(bytes);
  836             addr + offset, heap_buf_ptr->GetBytes(), bytes, error);
  851         heap_buf_ptr->CopyData((uint8_t *)(addr + offset), bytes_read);