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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  884     Printer.formatLine("Plugin name: {0}", ObjectPtr->GetPluginName());
  885     Printer.formatLine("Architecture: {0}",
  887     Printer.formatLine("UUID: {0}", ModulePtr->GetUUID().GetAsString());
  888     Printer.formatLine("Executable: {0}", ObjectPtr->IsExecutable());
  889     Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped());
  890     Printer.formatLine("Type: {0}", ObjectPtr->GetType());
  891     Printer.formatLine("Strata: {0}", ObjectPtr->GetStrata());
  892     Printer.formatLine("Base VM address: {0:x}",
  895     dumpSectionList(Printer, *Sections, /*is_subsection*/ false);
  902       Printer.formatLine("Showing {0} dependent module(s)", Count);
  904         AutoIndent Indent(Printer, 2);
  905         Printer.formatLine("Name: {0}",
  908       Printer.NewLine();