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

Declarations

tools/lldb/include/lldb/Core/Value.h
  194   size_t ResizeData(size_t len);

References

tools/lldb/source/Core/Value.cpp
  154       if (ResizeData(new_size) == new_size) {
  166       if (ResizeData(new_size) == new_size) {
  180       if (ResizeData(new_size) == new_size) {
tools/lldb/source/Expression/DWARFExpression.cpp
 2182           curr_piece.ResizeData(piece_byte_size);
 2196               if (curr_piece.ResizeData(piece_byte_size) == piece_byte_size) {
tools/lldb/source/Expression/ExpressionVariable.cpp
   22       m_frozen_sp->GetValue().ResizeData(byte_size);