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

References

unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  225   LT.setCustomPrologue({{0, LineTable::Byte}});
  336       {8, LineTable::Byte},  // addr size
  337       {0, LineTable::Byte},  // segment selector size
  339       {1, LineTable::Byte},  // min instruction length
  340       {1, LineTable::Byte},  // max ops per instruction
  341       {1, LineTable::Byte},  // default is_stmt
  342       {0, LineTable::Byte},  // line base
  343       {14, LineTable::Byte}, // line range
  344       {2, LineTable::Byte},  // opcode base (small to reduce the amount of
  346       {0, LineTable::Byte},  // standard opcode lengths
  347       {0, LineTable::Byte},  // directory entry format count (should not be
  350       {0, LineTable::Byte},  // file name entry format count
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  206   Contents.push_back({Value, Byte});
  211   Contents.push_back({Opcode, Byte});
  217   Contents.push_back({0, Byte});
  219   Contents.push_back({Opcode, Byte});
  244     case Byte: