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

Declarations

tools/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
  104   DumpValueObjectOptions &SetRootValueObjectName(const char *name = nullptr);

References

tools/lldb/source/Commands/CommandObjectFrame.cpp
  612               options.SetRootValueObjectName(
  683                 options.SetRootValueObjectName(
  704             options.SetRootValueObjectName(rec_value_sp->GetName().AsCString());
tools/lldb/source/Commands/CommandObjectTarget.cpp
  794     options.SetRootValueObjectName(root_name);
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  568       .SetRootValueObjectName();