Home
last modified time | relevance | path

Searched refs:m_data_buffer (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DValue.cpp41 m_data_buffer () in Value()
52 m_data_buffer () in Value()
64 m_data_buffer () in Value()
66 m_data_buffer.CopyData(bytes, len); in Value()
67 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
77 m_data_buffer () in Value()
79 … if ((uintptr_t)v.m_value.ULongLong(LLDB_INVALID_ADDRESS) == (uintptr_t)v.m_data_buffer.GetBytes()) in Value()
81 m_data_buffer.CopyData(v.m_data_buffer.GetBytes(), in Value()
82 v.m_data_buffer.GetByteSize()); in Value()
84 m_value = (uintptr_t)m_data_buffer.GetBytes(); in Value()
[all …]
/external/lldb/include/lldb/Core/
DValue.h278 DataBufferHeap m_data_buffer; variable