Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp155 if (ResizeData(new_size) == new_size) { in AppendDataToHostBuffer()
167 if (ResizeData(new_size) == new_size) { in AppendDataToHostBuffer()
181 if (ResizeData(new_size) == new_size) { in AppendDataToHostBuffer()
191 size_t Value::ResizeData(size_t len) { in ResizeData() function in Value
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionVariable.cpp23 m_frozen_sp->GetValue().ResizeData(byte_size); in GetValueBytes()
H A DDWARFExpression.cpp2577 curr_piece.ResizeData(piece_byte_size); in Evaluate()
2591 if (curr_piece.ResizeData(piece_byte_size) == piece_byte_size) { in Evaluate()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h205 size_t ResizeData(size_t len);