LLVM  8.0.1
Classes | Namespaces | Functions
FormatAdapters.h File Reference
#include "llvm/ADT/SmallString.h"
#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"
Include dependency graph for FormatAdapters.h:
This graph shows which files directly or indirectly include this file:

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

 llvm
 This class represents lattice values for constants.
 
 llvm::detail
 Implementation details of the pass manager interfaces.
 

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)