class FormattedBytes

Declaration

class FormattedBytes { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/Format.h:215

Member Variables

private ArrayRef<uint8_t> Bytes
private Optional<uint64_t> FirstByteOffset
private uint32_t IndentLevel
private uint32_t NumPerLine
private uint8_t ByteGroupSize
private bool Upper
private bool ASCII

Method Overview

  • public FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O, uint32_t NPL, uint8_t BGS, bool U, bool A)

Methods

ΒΆFormattedBytes(ArrayRef<uint8_t> B,
               uint32_t IL,
               Optional<uint64_t> O,
               uint32_t NPL,
               uint8_t BGS,
               bool U,
               bool A)

Declared at: llvm/include/llvm/Support/Format.h:228

Parameters

ArrayRef<uint8_t> B
uint32_t IL
Optional<uint64_t> O
uint32_t NPL
uint8_t BGS
bool U
bool A