Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp114 OptionValueUInt64 &count_value = format_options.GetCountValue(); in FinalizeSettings()
117 const bool count_option_set = format_options.GetCountValue().OptionWasSet(); in FinalizeSettings()
129 format_options.GetCountValue() = 8; in FinalizeSettings()
146 format_options.GetCountValue() = 8; in FinalizeSettings()
154 format_options.GetCountValue() = 8; in FinalizeSettings()
172 format_options.GetCountValue() = 8; in FinalizeSettings()
190 format_options.GetCountValue() = 32; in FinalizeSettings()
201 format_options.GetCountValue() = 64; in FinalizeSettings()
210 format_options.GetCountValue() = 8; in FinalizeSettings()
219 format_options.GetCountValue() = 8; in FinalizeSettings()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h60 OptionValueUInt64 &GetCountValue() { return m_count; } in GetCountValue() function
62 const OptionValueUInt64 &GetCountValue() const { return m_count; } in GetCountValue() function