Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DDWARFExpression.h80 void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp59 lldb::offset_t const_value_byte_size, in UpdateValue() argument
61 if (!const_value_byte_size) in UpdateValue()
65 DataBufferSP(new DataBufferHeap(&const_value, const_value_byte_size))); in UpdateValue()