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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  833     assert(S);
  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());
  847       S->GetSectionData(Data);
  852     if (S->GetType() == eSectionTypeContainer)
  853       dumpSectionList(Printer, S->GetChildren(), true);