Home
last modified time | relevance | path

Searched refs:EndSequence (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp17 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()
H A DDwarfTransformer.cpp439 if (Row.EndSequence) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1533 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()
H A DDebugLineSectionEmitter.h383 if (!Row.EndSequence) { in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp502 EndSequence = false; in reset()
522 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
582 if (Row.EndSequence) { in appendRowToMatrix()
914 State.Row.EndSequence = true; in parse()
H A DDWARFVerifier.cpp1065 if (LineTable->Rows.size() == 1 && LineTable->Rows.front().EndSequence) in verifyDebugLineRows()
1106 if (Row.EndSequence) in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h184 EndSequence : 1, member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2132 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()
H A DDWARFStreamer.cpp1148 if (!Row.EndSequence) { in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp561 if (Row.EndSequence) in createLineAndFileRecords()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1264 row.EndSequence); in ParseLineTable()