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()
439 if (Row.EndSequence) { in convertFunctionLineTable()
1533 if (OutLineTable.Rows.size() == 1 && OutLineTable.Rows[0].EndSequence) in cloneAndEmitLineTable()1577 NextLine.EndSequence = 1; in cloneAndEmitLineTable()1590 if (Row.EndSequence && Seq.empty()) in cloneAndEmitLineTable()1597 if (Row.EndSequence) in cloneAndEmitLineTable()1627 InsertPoint->EndSequence) { in insertLineSequence()
383 if (!Row.EndSequence) { in emitLineTableRows()
502 EndSequence = false; in reset()522 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()582 if (Row.EndSequence) { in appendRowToMatrix()914 State.Row.EndSequence = true; in parse()
1065 if (LineTable->Rows.size() == 1 && LineTable->Rows.front().EndSequence) in verifyDebugLineRows()1106 if (Row.EndSequence) in verifyDebugLineRows()
184 EndSequence : 1, member
2132 InsertPoint->Row.EndSequence) { in insertLineSequence()2196 if (LineTable.Rows.size() == 1 && LineTable.Rows[0].EndSequence) in generateLineTableForUnit()2253 NextLine.Row.EndSequence = 1; in generateLineTableForUnit()2266 if (TR.Row.EndSequence && Seq.empty()) in generateLineTableForUnit()2273 if (TR.Row.EndSequence) in generateLineTableForUnit()
1148 if (!Row.EndSequence) { in emitLineTableRows()
561 if (Row.EndSequence) in createLineAndFileRecords()
1264 row.EndSequence); in ParseLineTable()