Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp129 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()
531 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
532 m_format_options.GetCountValue() = 1; in DoExecute()
[all …]
/freebsd-14.2/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