Lines Matching refs:LineTable
2935 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
2940 LineTable.parse(LineExtractor, &OrigDwarf.getLineSection().Relocs, in patchLineTableForUnit()
2945 NewRows.reserve(LineTable.Rows.size()); in patchLineTableForUnit()
2964 for (auto &Row : LineTable.Rows) { in patchLineTableForUnit()
3030 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit()
3035 if (LineTable.Prologue.Version != 2 || in patchLineTableForUnit()
3036 LineTable.Prologue.DefaultIsStmt != DWARF2_LINE_DEFAULT_IS_STMT || in patchLineTableForUnit()
3037 LineTable.Prologue.OpcodeBase > 13) in patchLineTableForUnit()
3041 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in patchLineTableForUnit()
3042 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()
3043 Params.DWARF2LineRange = LineTable.Prologue.LineRange; in patchLineTableForUnit()
3046 LineTable.Prologue.MinInstLength, NewRows, in patchLineTableForUnit()