Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp128 format_options.GetCountValue() = 8; in FinalizeSettings()
145 format_options.GetCountValue() = 8; in FinalizeSettings()
153 format_options.GetCountValue() = 8; in FinalizeSettings()
171 format_options.GetCountValue() = 8; in FinalizeSettings()
189 format_options.GetCountValue() = 32; in FinalizeSettings()
200 format_options.GetCountValue() = 64; in FinalizeSettings()
209 format_options.GetCountValue() = 8; in FinalizeSettings()
218 format_options.GetCountValue() = 8; in FinalizeSettings()
533 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
534 m_format_options.GetCountValue() = 1; in DoExecute()
[all …]
/llvm-project-15.0.7/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