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

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
   95   StandardOpcodeLengths.clear();
  116   for (uint32_t I = 0; I != StandardOpcodeLengths.size(); ++I)
  118                  LNStandardString(I + 1).data(), StandardOpcodeLengths[I]);
  369   StandardOpcodeLengths.reserve(OpcodeBase - 1);
  372     StandardOpcodeLengths.push_back(OpLen);
  824           assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size());
  825           uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1];
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  196   EXPECT_EQ(Prologue.StandardOpcodeLengths, ExpectedLengths);
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  185   P.StandardOpcodeLengths = {0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1};
  364   for (auto Length : Prologue.StandardOpcodeLengths) {