Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp335 if (Row.EndSequence) { in convertFunctionLineTable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp481 EndSequence = false; in reset()
500 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
560 if (Row.EndSequence) { in appendRowToMatrix()
849 State.Row.EndSequence = true; in parse()
H A DDWARFVerifier.cpp941 if (Row.EndSequence) in verifyDebugLineRows()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h180 EndSequence : 1, member
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1657 InsertPoint->EndSequence) { in insertLineSequence()
1737 (Row.Address.Address == CurrRange->first.end() && !Row.EndSequence)) { in patchLineTableForUnit()
1761 NextLine.EndSequence = 1; in patchLineTableForUnit()
1774 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()
1781 if (Row.EndSequence) in patchLineTableForUnit()
H A DDWARFStreamer.cpp610 if (!Row.EndSequence) { in emitLineTableForUnit()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp1059 if (PrevRow.Address.Address != Address || PrevRow.EndSequence) in emitDebugLineInfoForOriginalFunctions()
H A DDebugData.cpp1412 if (Row.EndSequence) { in emitBinaryDwarfLineTable()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1155 row.EndSequence); in ParseLineTable()