llvm::FormattedBytes

Helper that formats a byte sequence as a hex dump for streaming.

Synopsis

Declared in <llvm/Support/Format.h>

class FormattedBytes;

Member Functions

NameDescription
FormattedBytes [constructor]Construct a hex-dump formatter for B with layout options.

Friends

NameDescription
llvm::raw_ostreamExtremely fast bulk output stream that only supports sequential writing.

Non-Member Functions

NameDescription
format_bytesFormat Bytes as a hex dump without an ASCII column.
format_bytes_with_asciiFormat Bytes as hex with an ASCII column.