Convert `Bytes' to a hex string and output to `OS'

Synopsis

Declared in <llvm/MC/MCInstPrinter.h>

void
dumpBytes(
    ArrayRef<uint8_t> Bytes,
    raw_ostream& OS);

Parameters

Name

Description

Bytes

Bytes to format as hexadecimal text.

OS

Stream to write the hex string to.

Created with MrDocs