LLVM 22.0.0git
llvm::FormattedBytes Class Reference

#include "llvm/Support/Format.h"

Public Member Functions

 FormattedBytes (ArrayRef< uint8_t > B, uint32_t IL, std::optional< uint64_t > O, uint32_t NPL, uint8_t BGS, bool U, bool A)

Friends

class raw_ostream

Detailed Description

Definition at line 217 of file Format.h.

Constructor & Destructor Documentation

◆ FormattedBytes()

llvm::FormattedBytes::FormattedBytes ( ArrayRef< uint8_t > B,
uint32_t IL,
std::optional< uint64_t > O,
uint32_t NPL,
uint8_t BGS,
bool U,
bool A )
inline

Definition at line 231 of file Format.h.

References A(), and B().

◆ raw_ostream

friend class raw_ostream
friend

Definition at line 228 of file Format.h.

References raw_ostream.

Referenced by raw_ostream.


The documentation for this class was generated from the following file: