Lines Matching refs:LineTable
811 const DWARFDebugLine::LineTable &LineTable, const CompileUnit &Unit, in emitLineTableForUnit() argument
820 if (LineTable.Prologue.FormParams.Format == dwarf::DwarfFormat::DWARF64) { in emitLineTableForUnit()
825 LineTable.Prologue.FormParams.Format, LineSectionSize); in emitLineTableForUnit()
829 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool); in emitLineTableForUnit()
832 emitLineTableRows(LineTable, LineEndSym, in emitLineTableForUnit()
1039 const DWARFDebugLine::LineTable &LineTable, MCSymbol *LineEndSym, in emitLineTableRows() argument
1043 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in emitLineTableRows()
1044 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in emitLineTableRows()
1045 Params.DWARF2LineRange = LineTable.Prologue.LineRange; in emitLineTableRows()
1049 if (LineTable.Rows.empty()) { in emitLineTableRows()
1071 for (const DWARFDebugLine::Row &Row : LineTable.Rows) { in emitLineTableRows()
1083 (Row.Address.Address - Address) / LineTable.Prologue.MinInstLength; in emitLineTableRows()