Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h118 void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp75 lldb::offset_t const_value_byte_size, in UpdateValue() argument
77 if (!const_value_byte_size) in UpdateValue()
81 DataBufferSP(new DataBufferHeap(&const_value, const_value_byte_size))); in UpdateValue()