Searched refs:m_format_options (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp289 m_option_group(), m_format_options(eFormatBytesWithASCII, 1, 8),
321 m_option_group.Append(&m_format_options,
325 m_option_group.Append(&m_format_options,
329 m_option_group.Append(&m_format_options,
536 m_format_options.GetByteSizeValue() = *size;
538 if (!m_format_options.GetCountValue().OptionWasSet())
539 m_format_options.GetCountValue() = 1;
541 error = m_memory_options.FinalizeSettings(target, m_format_options);
559 if (!m_format_options.AnyOptionWasSet() &&
563 m_format_options
882 OptionGroupFormat m_format_options; member in class:CommandObjectMemoryRead
1586 OptionGroupFormat m_format_options; member in class:CommandObjectMemoryWrite
[all...]
H A DCommandObjectExpression.h75 OptionGroupFormat m_format_options; member in class:lldb_private::CommandObjectExpression
H A DCommandObjectRegister.cpp46 m_option_group(), m_format_options(eFormatDefault),
63 m_option_group.Append(&m_format_options,
86 prefix_with_altname, m_format_options.GetFormat(), 8);
285 OptionGroupFormat m_format_options; member in class:CommandObjectRegisterRead
H A DCommandObjectExpression.cpp203 m_option_group(), m_format_options(eFormatDefault),
272 m_option_group.Append(&m_format_options,
427 Format format = m_format_options.GetFormat();
620 repl_sp->SetFormatOptions(m_format_options);
H A DCommandObjectType.cpp563 OptionGroupFormat m_format_options; member in class:CommandObjectTypeFormatAdd
572 m_option_group(), m_format_options(eFormatInvalid),
623 m_option_group.Append(&m_format_options,
643 const Format format = m_format_options.GetFormat();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h60 m_format_options = options;
136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault); member in class:lldb_private::REPL
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp29 m_format_options.OptionParsingStarting(&exe_ctx);
307 lldb::Format format = m_format_options.GetFormat();

Completed in 134 milliseconds