Helper that formats a byte sequence as a hex dump for streaming.
Declared in <llvm/Support/Format.h>
class FormattedBytes;
| Name | Description |
|---|---|
FormattedBytes [constructor] | Construct a hex-dump formatter for B with layout options. |
| Name | Description |
|---|---|
llvm::raw_ostream | Extremely fast bulk output stream that only supports sequential writing. |
| Name | Description |
|---|---|
format_bytes | Format Bytes as a hex dump without an ASCII column. |
format_bytes_with_ascii | Format Bytes as hex with an ASCII column. |