LLVM 19.0.0git
Public Member Functions | Friends | List of all members
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 216 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 230 of file Format.h.

References llvm::Upper.

Friends And Related Function Documentation

◆ raw_ostream

friend class raw_ostream
friend

Definition at line 227 of file Format.h.


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