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

References

lib/DebugInfo/DWARF/DWARFExpression.cpp
  241     OS << "<decoding error>";
  247   OS << Name;
  252     if (prettyPrintRegisterOp(OS, Opcode, Operands, RegInfo, isEH))
  265         OS << format(" (0x%08" PRIx64 ")", U->getOffset() + Operands[Operand]);
  267           OS << " \"" << Name->getAsCString() << "\"";
  269         OS << format(" <invalid base_type ref: 0x%" PRIx64 ">",
  275         OS << format(" 0x%02x", Expr->Data.getU8(&Offset));
  278         OS << format(" %+" PRId64, (int64_t)Operands[Operand]);
  281         OS << format(" 0x%" PRIx64, Operands[Operand]);