LLVM 23.0.0git
FormatVariadicDetails.h File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLForwardCompat.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/raw_ostream.h"
#include <type_traits>

Go to the source code of this file.

Classes

struct  llvm::format_provider< T, Enable >
class  llvm::support::detail::FormatFunctor< T >

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::support
namespace  llvm::support::detail

Typedefs

using llvm::support::detail::FormatFunctorRef = function_ref<void(llvm::raw_ostream &, StringRef)>

Functions

template<typename T>
 llvm::support::detail::FormatFunctor (T &&) -> FormatFunctor< T >