ΒΆvoid dumpBytes(ArrayRef<uint8_t> Bytes,
               llvm::raw_ostream& OS)

Description

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

Declared at: llvm/include/llvm/MC/MCInstPrinter.h:28

Parameters

ArrayRef<uint8_t> Bytes
llvm::raw_ostream& OS