Home
last modified time | relevance | path

Searched defs:LineDelta (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp35 int64_t LineDelta, uint64_t AddrDelta, in encodeSpecial()
108 int64_t LineDelta = MinDelta + (AdjustedOp % LineRange); in parse() local
143 int64_t LineDelta = (int64_t)line_entry.Line - PrevLine; in encode() local
211 int64_t LineDelta = 0; in encode() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp16 uint32_t LineDelta = EndLine - StartLine; in LineInfo() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h375 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableRows() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp530 int64_t LineDelta, const MCSymbol *Label, in emitDwarfSetLineAddr()
542 void MCObjectStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr()
H A DMCDwarf.cpp199 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; in emitOne() local
669 int64_t LineDelta, uint64_t AddrDelta) { in Emit()
684 int64_t LineDelta, uint64_t AddrDelta, in encode()
H A DMCCodeView.cpp580 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable() local
H A DMCAssembler.cpp1129 int64_t LineDelta; in relaxDwarfLineAddr() local
H A DMCAsmStreamer.cpp2581 void MCAsmStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp312 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1161 virtual void emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr()
H A DMCFragment.h460 int64_t LineDelta; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp214 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1133 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableRows() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1069 int64_t LineDelta = TableData.getSLEB128(Cursor); in parse() local