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

References

lib/MC/MCDwarf.cpp
  287          (Params.DWARF2LineOpcodeBase - 1U));
  290       makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1),
  656   return (op - Params.DWARF2LineOpcodeBase) / Params.DWARF2LineRange;
  694       Temp + Params.DWARF2LineOpcodeBase > 255) {
  710   Temp += Params.DWARF2LineOpcodeBase;
tools/dsymutil/DwarfLinker.cpp
 1938     Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase;
unittests/MC/DwarfLineTables.cpp
  121   Params.DWARF2LineOpcodeBase = 13;
  175   Params.DWARF2LineOpcodeBase = 13;