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

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  706     if (!LineTable)
  710     uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size();
  713     for (const auto &FileName : LineTable->Prologue.FileNames) {
  727       const bool HasFullPath = LineTable->getFileNameByIndex(
  749     for (const auto &Row : LineTable->Rows) {
  761           LineTable->Rows[RowIndex - 1].dump(OS);
  767       if (!LineTable->hasFileAtIndex(Row.File)) {
  769         bool isDWARF5 = LineTable->Prologue.getVersion() >= 5;
  775                 << LineTable->Prologue.FileNames.size()