/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 35 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 D | Line.cpp | 16 uint32_t LineDelta = EndLine - StartLine; in LineInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 375 int64_t LineDelta = int64_t(Row.Line) - LastLine; emitLineTableRows() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 530 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 D | MCDwarf.cpp | 199 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 D | MCCodeView.cpp | 580 unsigned EncodedLineDelta = encodeSignedNumber(LineDelta); in encodeInlineLineTable() local
|
H A D | MCAssembler.cpp | 1129 int64_t LineDelta; relaxDwarfLineAddr() local
|
H A D | MCAsmStreamer.cpp | 2581 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 D | LoongArchAsmBackend.cpp | 312 int64_t LineDelta = DF.getLineDelta(); relaxDwarfLineAddr() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 1161 emitDwarfAdvanceLineAddr(int64_t LineDelta,const MCSymbol * LastLabel,const MCSymbol * Label,unsigned PointerSize) emitDwarfAdvanceLineAddr() argument
|
H A D | MCFragment.h | 460 int64_t LineDelta; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 214 int64_t LineDelta = DF.getLineDelta(); relaxDwarfLineAddr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1133 int64_t LineDelta = int64_t(Row.Line) - LastLine; emitLineTableRows() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1069 int64_t LineDelta = TableData.getSLEB128(Cursor); parse() local
|