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

References

lib/ObjectYAML/DWARFEmitter.cpp
  227     for (auto OpcodeLength : LineTable.StandardOpcodeLengths)
lib/ObjectYAML/DWARFYAML.cpp
  160   IO.mapRequired("StandardOpcodeLengths", LineTable.StandardOpcodeLengths);
tools/obj2yaml/dwarf2yaml.cpp
  267       DebugLines.StandardOpcodeLengths.reserve(DebugLines.OpcodeBase - 1);
  269         DebugLines.StandardOpcodeLengths.push_back(LineData.getU8(&Offset));
  338                  i < DebugLines.StandardOpcodeLengths[NewOp.Opcode - 1]; ++i)