Searched defs:LineDelta (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | Line.cpp | 16 uint32_t LineDelta = EndLine - StartLine; in LineInfo() local
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTables.cpp | 57 void verifyEncoding(MCDwarfLineTableParams Params, int LineDelta, int AddrDelta, in verifyEncoding()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 521 int64_t LineDelta, const MCSymbol *Label, in emitDwarfSetLineAddr() 533 void MCObjectStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr()
|
| H A D | MCDwarf.cpp | 196 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; in emitOne() local 670 int64_t LineDelta, uint64_t AddrDelta) { in Emit() 686 int64_t LineDelta, uint64_t AddrDelta, in Encode()
|
| H A D | MCCodeView.cpp | 564 int LineDelta = CurSourceLoc.Line - LastSourceLoc.Line; in encodeInlineLineTable() local
|
| H A D | MCAssembler.cpp | 1104 int64_t LineDelta; in relaxDwarfLineAddr() local
|
| H A D | MCAsmStreamer.cpp | 2473 void MCAsmStreamer::emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 1148 virtual void emitDwarfAdvanceLineAddr(int64_t LineDelta, in emitDwarfAdvanceLineAddr()
|
| H A D | MCFragment.h | 459 int64_t LineDelta; variable
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DebugData.cpp | 1318 int64_t LineDelta, uint64_t Address, in emitDwarfSetLineAddrAbs() 1372 int64_t LineDelta = static_cast<int64_t>(Row.Line) - LastLine; in emitBinaryDwarfLineTable() local 1465 int64_t LineDelta = static_cast<int64_t>(LineEntry.getLine()) - LastLine; in emitDwarfLineTable() local
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 210 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr() local
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 609 int64_t LineDelta = int64_t(Row.Line) - LastLine; in emitLineTableForUnit() local
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1021 int64_t LineDelta = TableData.getSLEB128(Cursor); in parse() local
|