Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp16 uint32_t LineDelta = EndLine - StartLine; in LineInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h375 int64_t LineDelta = int64_t(Row.Line) - LastLine; emitLineTableRows() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp530 emitDwarfSetLineAddr(MCObjectStreamer & OS,MCDwarfLineTableParams Params,int64_t LineDelta,const MCSymbol * Label,int PointerSize) emitDwarfSetLineAddr() argument
542 emitDwarfAdvanceLineAddr(int64_t LineDelta,const MCSymbol * LastLabel,const MCSymbol * Label,unsigned PointerSize) emitDwarfAdvanceLineAddr() argument
H A DMCDwarf.cpp199 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; emitOne() local
669 Emit(MCStreamer * MCOS,MCDwarfLineTableParams Params,int64_t LineDelta,uint64_t AddrDelta) Emit() argument
684 encode(MCContext & Context,MCDwarfLineTableParams Params,int64_t LineDelta,uint64_t AddrDelta,SmallVectorImpl<char> & Out) encode() argument
[all...]
H A DMCCodeView.cpp580 unsigned EncodedLineDelta = encodeSignedNumber(LineDelta); in encodeInlineLineTable() local
H A DMCAssembler.cpp1129 int64_t LineDelta; relaxDwarfLineAddr() local
H A DMCAsmStreamer.cpp2581 emitDwarfAdvanceLineAddr(int64_t LineDelta,const MCSymbol * LastLabel,const MCSymbol * Label,unsigned PointerSize) emitDwarfAdvanceLineAddr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp312 int64_t LineDelta = DF.getLineDelta(); relaxDwarfLineAddr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1161 emitDwarfAdvanceLineAddr(int64_t LineDelta,const MCSymbol * LastLabel,const MCSymbol * Label,unsigned PointerSize) emitDwarfAdvanceLineAddr() argument
H A DMCFragment.h460 int64_t LineDelta; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp214 int64_t LineDelta = DF.getLineDelta(); relaxDwarfLineAddr() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1133 int64_t LineDelta = int64_t(Row.Line) - LastLine; emitLineTableRows() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1069 int64_t LineDelta = TableData.getSLEB128(Cursor); parse() local