Searched refs:EndSequence (Results 1 – 10 of 10) sorted by relevance
17 EndSequence = 0x00, ///< End of the line table. enumerator78 case EndSequence: in parse()244 Out.writeU8(EndSequence); in encode()
335 if (Row.EndSequence) { in convertFunctionLineTable()
481 EndSequence = false; in reset()500 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()560 if (Row.EndSequence) { in appendRowToMatrix()849 State.Row.EndSequence = true; in parse()
941 if (Row.EndSequence) in verifyDebugLineRows()
180 EndSequence : 1, member
1657 InsertPoint->EndSequence) { in insertLineSequence()1737 (Row.Address.Address == CurrRange->first.end() && !Row.EndSequence)) { in patchLineTableForUnit()1761 NextLine.EndSequence = 1; in patchLineTableForUnit()1774 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()1781 if (Row.EndSequence) in patchLineTableForUnit()
610 if (!Row.EndSequence) { in emitLineTableForUnit()
1059 if (PrevRow.Address.Address != Address || PrevRow.EndSequence) in emitDebugLineInfoForOriginalFunctions()
1412 if (Row.EndSequence) { in emitBinaryDwarfLineTable()
1155 row.EndSequence); in ParseLineTable()