Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDDWARFExpression.h233 lldb::offset_t const_value_byte_size,
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp298 lldb::offset_t const_value_byte_size, in CopyOpcodeData() argument
301 if (const_value_byte_size) in CopyOpcodeData()
303 m_data.SetData(DataBufferSP(new DataBufferHeap(&const_value, const_value_byte_size))); in CopyOpcodeData()