Searched refs:EndSequence (Results 1 – 13 of 13) sorted by relevance
17 EndSequence = 0x00, ///< End of the line table. enumerator 75 "0x%8.8" PRIx64 ": EOF found before EndSequence", Offset); in parse() 78 case EndSequence: in parse() 244 Out.writeU8(EndSequence); in encode()
430 if (Row.EndSequence) { in convertFunctionLineTable()
503 EndSequence = false; in reset()523 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()583 if (Row.EndSequence) { in appendRowToMatrix()910 State.Row.EndSequence = true; in parse()
1033 if (LineTable->Rows.size() == 1 && LineTable->Rows.front().EndSequence) in verifyDebugLineRows()1074 if (Row.EndSequence) in verifyDebugLineRows()
1537 if (OutLineTable.Rows.size() == 1 && OutLineTable.Rows[0].EndSequence) in cloneAndEmitLineTable()1581 NextLine.EndSequence = 1; in cloneAndEmitLineTable()1594 if (Row.EndSequence && Seq.empty()) in cloneAndEmitLineTable()1601 if (Row.EndSequence) in cloneAndEmitLineTable()1631 InsertPoint->EndSequence) { in insertLineSequence()
383 if (!Row.EndSequence) { in emitLineTableRows()
183 EndSequence : 1, member
2089 InsertPoint->EndSequence) { in insertLineSequence()2153 if (LineTable.Rows.size() == 1 && LineTable.Rows[0].EndSequence) in generateLineTableForUnit()2197 NextLine.EndSequence = 1; in generateLineTableForUnit()2210 if (Row.EndSequence && Seq.empty()) in generateLineTableForUnit()2217 if (Row.EndSequence) in generateLineTableForUnit()
1143 if (!Row.EndSequence) { in emitLineTableRows()
762 if (Row.EndSequence) in createLineAndFileRecords()
1266 row.EndSequence); in ParseLineTable()