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

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
   91   MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0;
  110      << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst)
  363     MaxOpsPerInst = DebugLineData.getU8(OffsetPtr);
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  170     EXPECT_EQ(Prologue.MaxOpsPerInst, 1u);
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  180   P.MaxOpsPerInst = 1;
  359     Asm.emitInt8(Prologue.MaxOpsPerInst);