Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h56 OptionValueUInt64 &GetByteSizeValue() { return m_byte_size; } in GetByteSizeValue() function
58 const OptionValueUInt64 &GetByteSizeValue() const { return m_byte_size; } in GetByteSizeValue() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp113 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings()
532 m_format_options.GetByteSizeValue() = *size; in DoExecute()
576 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
696 if (m_format_options.GetByteSizeValue().OptionWasSet() && in DoExecute()
698 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
1338 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()