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

References

lib/ObjectYAML/DWARFEmitter.cpp
  225     writeInteger((uint8_t)LineTable.OpcodeBase, OS, DI.IsLittleEndian);
  260       } else if (Op.Opcode < LineTable.OpcodeBase) {
lib/ObjectYAML/DWARFYAML.cpp
  159   IO.mapRequired("OpcodeBase", LineTable.OpcodeBase);
tools/obj2yaml/dwarf2yaml.cpp
  265       DebugLines.OpcodeBase = LineData.getU8(&Offset);
  267       DebugLines.StandardOpcodeLengths.reserve(DebugLines.OpcodeBase - 1);
  268       for (uint8_t i = 1; i < DebugLines.OpcodeBase; ++i)
  311         } else if (NewOp.Opcode < DebugLines.OpcodeBase) {