LLVM 19.0.0git
Public Member Functions | Friends | List of all members
llvm::FormattedNumber Class Reference

This is a helper class used for format_hex() and format_decimal(). More...

#include "llvm/Support/Format.h"

Public Member Functions

 FormattedNumber (uint64_t HV, int64_t DV, unsigned W, bool H, bool U, bool Prefix)
 

Friends

class raw_ostream
 

Detailed Description

This is a helper class used for format_hex() and format_decimal().

Definition at line 165 of file Format.h.

Constructor & Destructor Documentation

◆ FormattedNumber()

llvm::FormattedNumber::FormattedNumber ( uint64_t  HV,
int64_t  DV,
unsigned  W,
bool  H,
bool  U,
bool  Prefix 
)
inline

Definition at line 175 of file Format.h.

References llvm::Upper.

Friends And Related Function Documentation

◆ raw_ostream

friend class raw_ostream
friend

Definition at line 172 of file Format.h.


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