class FormattedBytes
Declaration
class FormattedBytes { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/Format.h:215
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)
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