LLVM 19.0.0git
Classes | Namespaces | Functions
FormatAdapters.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatCommon.h"
#include "llvm/Support/FormatVariadicDetails.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Classes

class  llvm::FormatAdapter< T >
 
class  llvm::detail::AlignAdapter< T >
 
class  llvm::detail::PadAdapter< T >
 
class  llvm::detail::RepeatAdapter< T >
 
class  llvm::detail::ErrorAdapter
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::detail
 These are wrappers over isa* function that allow them to be used in generic algorithms such as llvm:all_of, llvm::none_of, etc.
 

Functions

template<typename T >
detail::AlignAdapter< Tllvm::fmt_align (T &&Item, AlignStyle Where, size_t Amount, char Fill=' ')
 
template<typename T >
detail::PadAdapter< Tllvm::fmt_pad (T &&Item, size_t Left, size_t Right)
 
template<typename T >
detail::RepeatAdapter< Tllvm::fmt_repeat (T &&Item, size_t Count)
 
detail::ErrorAdapter llvm::fmt_consume (Error &&Item)