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

References

lib/ObjectYAML/DWARFEmitter.cpp
  241       writeInteger((uint8_t)Op.Opcode, OS, DI.IsLittleEndian);
  242       if (Op.Opcode == 0) {
  243         encodeULEB128(Op.ExtLen, OS);
  244         writeInteger((uint8_t)Op.SubOpcode, OS, DI.IsLittleEndian);
  245         switch (Op.SubOpcode) {
  248           writeVariableSizedInteger(Op.Data, DI.CompileUnits[0].AddrSize, OS,
  252           EmitFileEntry(OS, Op.FileEntry);
  257           for (auto OpByte : Op.UnknownOpcodeData)
  260       } else if (Op.Opcode < LineTable.OpcodeBase) {
  261         switch (Op.Opcode) {
  274           encodeULEB128(Op.Data, OS);
  278           encodeSLEB128(Op.SData, OS);
  282           writeInteger((uint16_t)Op.Data, OS, DI.IsLittleEndian);
  286           for (auto OpData : Op.StandardOpcodeData) {