Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp17 EndSequence = 0x00, ///< End of the line table. enumerator
78 case EndSequence: in parse()
244 Out.writeU8(EndSequence); in encode()
H A DDwarfTransformer.cpp415 if (Row.EndSequence) { in convertFunctionLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp487 EndSequence = false; in reset()
507 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
567 if (Row.EndSequence) { in appendRowToMatrix()
894 State.Row.EndSequence = true; in parse()
H A DDWARFVerifier.cpp963 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.h376 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/Classic/
H A DDWARFLinker.cpp2072 InsertPoint->EndSequence) { in insertLineSequence()
2136 if (LineTable.Rows.size() == 1 && LineTable.Rows[0].EndSequence) in generateLineTableForUnit()
2180 NextLine.EndSequence = 1; in generateLineTableForUnit()
2193 if (Row.EndSequence && Seq.empty()) in generateLineTableForUnit()
2200 if (Row.EndSequence) in generateLineTableForUnit()
H A DDWARFStreamer.cpp1134 if (!Row.EndSequence) { in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp748 if (Row.EndSequence) in createLineAndFileRecords()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1259 row.EndSequence); in ParseLineTable()