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

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1146     LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(),
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  415   File = 1;
  433      << format(" %6u %3u %13u ", File, Isa, Discriminator)
  732         State.Row.File = DebugLineData.getULEB128(OffsetPtr);
  734           *OS << " (" << State.Row.File << ")";
 1089   if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName))
 1094   Result.Source = getSourceByIndex(Row.File, Kind);
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  767       if (!LineTable->hasFileAtIndex(Row.File)) {
  773                 << "][" << RowIndex << "] has invalid file index " << Row.File
tools/dsymutil/DwarfStreamer.cpp
  517     if (FileNum != Row.File) {
  518       FileNum = Row.File;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1005         sequence, row.Address.Address, row.Line, row.Column, row.File,