reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  122       return LineBase + (int8_t)LineRange - 1;
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
   91   MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0;
  112      << format("       line_base: %i\n", LineBase)
  365   LineBase = DebugLineData.getU8(OffsetPtr);
  873           Prologue.LineBase + (AdjustOpcode % Prologue.LineRange);
tools/dsymutil/DwarfLinker.cpp
 1939     Params.DWARF2LineBase = LineTable.Prologue.LineBase;
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  192   EXPECT_EQ(Prologue.LineBase, -5);
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  182   P.LineBase = -5;
  361   Asm.emitInt8(Prologue.LineBase);