Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp110 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
113 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
125 format_options.GetCountValue() = 8; in FinalizeSettings()
142 format_options.GetCountValue() = 8; in FinalizeSettings()
150 format_options.GetCountValue() = 8; in FinalizeSettings()
168 format_options.GetCountValue() = 8; in FinalizeSettings()
186 format_options.GetCountValue() = 32; in FinalizeSettings()
197 format_options.GetCountValue() = 64; in FinalizeSettings()
206 format_options.GetCountValue() = 8; in FinalizeSettings()
215 format_options.GetCountValue() = 8; in FinalizeSettings()
[all …]
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h55 OptionValueUInt64 &GetCountValue() { return m_count; } in GetCountValue() function
57 const OptionValueUInt64 &GetCountValue() const { return m_count; } in GetCountValue() function