reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
   99   DumpValueObjectOptions &SetFormat(lldb::Format format = lldb::eFormatDefault);

References

tools/lldb/source/Commands/CommandObjectFrame.cpp
  523       options.SetFormat(format);
  607               options.SetFormat(format);
  680                 options.SetFormat(format);
  701             options.SetFormat(m_option_format.GetFormat());
tools/lldb/source/Commands/CommandObjectTarget.cpp
  792       options.SetFormat(format);
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  566   child_options.SetFormat(m_options.m_format)
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  205       .SetFormat(format)