Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h50 OptionValueUInt64 &GetByteSizeValue() { return m_byte_size; } in GetByteSizeValue() function
52 const OptionValueUInt64 &GetByteSizeValue() const { return m_byte_size; } in GetByteSizeValue() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp110 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings()
530 m_format_options.GetByteSizeValue() = *size; in DoExecute()
572 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
682 if (m_format_options.GetByteSizeValue().OptionWasSet() && in DoExecute()
684 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
1293 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()