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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  826     Printer.formatLine("There are no {0}sections", is_subsection ? "sub" : "");
  829   Printer.formatLine("Showing {0} {1}sections", Count,
  834     AutoIndent Indent(Printer, 2);
  835     Printer.formatLine("Index: {0}", I);
  836     Printer.formatLine("ID: {0:x}", S->GetID());
  837     Printer.formatLine("Name: {0}", S->GetName().GetStringRef());
  838     Printer.formatLine("Type: {0}", S->GetTypeAsCString());
  839     Printer.formatLine("Permissions: {0}", GetPermissionsAsCString(S->GetPermissions()));
  840     Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific());
  841     Printer.formatLine("VM address: {0:x}", S->GetFileAddress());
  842     Printer.formatLine("VM size: {0}", S->GetByteSize());
  843     Printer.formatLine("File size: {0}", S->GetFileSize());
  849       Printer.formatBinary("Data: ", Bytes, 0);
  853       dumpSectionList(Printer, S->GetChildren(), true);
  854     Printer.NewLine();