Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h77 GetByteSizeValue() in GetByteSizeValue() function
83 GetByteSizeValue() const in GetByteSizeValue() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectMemory.cpp132 OptionValueUInt64 &byte_size_value = format_options.GetByteSizeValue(); in FinalizeSettings()
567 m_format_options.GetByteSizeValue() = clang_ast_type.GetByteSize(); in DoExecute()
569 if (m_format_options.GetByteSizeValue() == 0) in DoExecute()
615 size_t item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
716 … if (m_format_options.GetByteSizeValue().OptionWasSet() && !m_format_options.HasGDBFormat()) in DoExecute()
717 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
1417 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()