Home
last modified time | relevance | path

Searched refs:ResizeData (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionVariable.cpp27 m_frozen_sp->GetValue().ResizeData(*byte_size); in GetValueBytes()
H A DDWARFExpression.cpp1900 curr_piece.ResizeData(piece_byte_size); in Evaluate()
1938 if (curr_piece.ResizeData(piece_byte_size) == piece_byte_size) { in Evaluate()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp167 if (ResizeData(new_size) == new_size) { in AppendDataToHostBuffer()
182 if (ResizeData(new_size) == new_size) { in AppendDataToHostBuffer()
192 size_t Value::ResizeData(size_t len) { in ResizeData() function in Value
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h118 size_t ResizeData(size_t len);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVariable.cpp193 m_value.ResizeData(value_size); in UpdateValue()