ΒΆvoid dumpBytes(ArrayRef<uint8_t> Bytes,
llvm::raw_ostream& OS)
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:27
Parameters
- ArrayRef<uint8_t> Bytes
- llvm::raw_ostream& OS