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.cpp430 if (Row.EndSequence) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp503 EndSequence = false; in reset()
523 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
583 if (Row.EndSequence) { in appendRowToMatrix()
910 State.Row.EndSequence = true; in parse()
H A DDWARFVerifier.cpp1033 if (LineTable->Rows.size() == 1 && LineTable->Rows.front().EndSequence) in verifyDebugLineRows()
1074 if (Row.EndSequence) in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1537 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()
H A DDebugLineSectionEmitter.h383 if (!Row.EndSequence) { in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h183 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.cpp2089 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()
H A DDWARFStreamer.cpp1143 if (!Row.EndSequence) { in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp762 if (Row.EndSequence) in createLineAndFileRecords()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1266 row.EndSequence); in ParseLineTable()