Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp126 format_options.GetCountValue() = 8; in FinalizeSettings()
143 format_options.GetCountValue() = 8; in FinalizeSettings()
151 format_options.GetCountValue() = 8; in FinalizeSettings()
169 format_options.GetCountValue() = 8; in FinalizeSettings()
187 format_options.GetCountValue() = 32; in FinalizeSettings()
198 format_options.GetCountValue() = 64; in FinalizeSettings()
207 format_options.GetCountValue() = 8; in FinalizeSettings()
216 format_options.GetCountValue() = 8; in FinalizeSettings()
532 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
533 m_format_options.GetCountValue() = 1; in DoExecute()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFormat.h54 OptionValueUInt64 &GetCountValue() { return m_count; } in GetCountValue() function
56 const OptionValueUInt64 &GetCountValue() const { return m_count; } in GetCountValue() function