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

References

unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  247   LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x11223344, LineTable::Quad}});
  248   LT2.addStandardOpcode(DW_LNS_copy, {});
  249   LT2.addByte(0xbb);
  250   LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {});
  251   LT2.addExtendedOpcode(9, DW_LNE_set_address, {{0x55667788, LineTable::Quad}});
  252   LT2.addStandardOpcode(DW_LNS_copy, {});
  253   LT2.addByte(0xcc);
  254   LT2.addExtendedOpcode(1, DW_LNE_end_sequence, {});