Lines Matching defs:LineTable
811 const DWARFDebugLine::LineTable &LineTable, const CompileUnit &Unit,
820 if (LineTable.Prologue.FormParams.Format == dwarf::DwarfFormat::DWARF64) {
825 LineTable.Prologue.FormParams.Format, LineSectionSize);
829 emitLineTablePrologue(LineTable.Prologue, DebugStrPool, DebugLineStrPool);
832 emitLineTableRows(LineTable, LineEndSym,
1038 const DWARFDebugLine::LineTable &LineTable, MCSymbol *LineEndSym,
1042 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase;
1043 Params.DWARF2LineBase = LineTable.Prologue.LineBase;
1044 Params.DWARF2LineRange = LineTable.Prologue.LineRange;
1048 if (LineTable.Rows.empty()) {
1070 for (const DWARFDebugLine::Row &Row : LineTable.Rows) {
1082 (Row.Address.Address - Address) / LineTable.Prologue.MinInstLength;