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

References

lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
  226     OS << " Unsupported " << (OperandIdx ? "second" : "first") << " operand to";
  229       OS << " " << OpcodeName;
  231       OS << format(" Opcode %x",  Opcode);
  237     OS << format(" %" PRIx64, Operand);
  243     OS << format(" %+" PRId64, int64_t(Operand));
  247       OS << format(" %" PRId64, Operand * CodeAlignmentFactor);
  249       OS << format(" %" PRId64 "*code_alignment_factor" , Operand);
  253       OS << format(" %" PRId64, int64_t(Operand) * DataAlignmentFactor);
  255       OS << format(" %" PRId64 "*data_alignment_factor" , int64_t(Operand));
  259       OS << format(" %" PRId64, Operand * DataAlignmentFactor);
  261       OS << format(" %" PRId64 "*data_alignment_factor" , Operand);
  264     OS << format(" reg%" PRId64, Operand);
  268     OS << " ";
  269     Instr.Expression->print(OS, MRI, nullptr, IsEH);