Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h51 OptionValueUInt64 &GetByteSizeValue() { return m_byte_size; } in GetByteSizeValue() function
53 const OptionValueUInt64 &GetByteSizeValue() const { return m_byte_size; } in GetByteSizeValue() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp109 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings()
535 m_format_options.GetByteSizeValue() = *size; in DoExecute()
578 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
694 if (m_format_options.GetByteSizeValue().OptionWasSet() && in DoExecute()
696 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
1312 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()