Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h77 GetByteSizeValue() in GetByteSizeValue() function
83 GetByteSizeValue() const in GetByteSizeValue() function
/external/lldb/source/Commands/
DCommandObjectMemory.cpp129 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings()
564 m_format_options.GetByteSizeValue() = clang_ast_type.GetByteSize(); in DoExecute()
566 if (m_format_options.GetByteSizeValue() == 0) in DoExecute()
612 size_t item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
713 … if (m_format_options.GetByteSizeValue().OptionWasSet() && !m_format_options.HasGDBFormat()) in DoExecute()
714 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
1100 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()