Pretty print a register opcode and operands.
Declared in <llvm/DebugInfo/DWARF/DWARFExpressionPrinter.h>
bool
prettyPrintRegisterOp(
DWARFUnit* U,
raw_ostream& OS,
DIDumpOptions DumpOpts,
uint8_t Opcode,
ArrayRef<uint64_t> Operands);
true if the Op was successfully printed
| Name | Description |
|---|---|
| U | within the context of this Dwarf unit, if any. |
| OS | to this stream |
| DumpOpts | with these options |
| Opcode | to print |
| Operands | to the opcode |