LLVM 22.0.0git
FormatVariadic.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/FormatCommon.h"
#include "llvm/Support/FormatProviders.h"
#include "llvm/Support/FormatVariadicDetails.h"
#include "llvm/Support/raw_ostream.h"
#include <array>
#include <cstddef>
#include <optional>
#include <string>
#include <tuple>
#include <utility>

Go to the source code of this file.

Classes

struct  llvm::ReplacementItem
class  llvm::formatv_object_base
class  llvm::formatv_object< Tuple >

Namespaces

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

Enumerations

enum class  llvm::ReplacementType { llvm::Format , llvm::Literal }

Functions

template<typename... Ts>
auto llvm::formatv (bool Validate, const char *Fmt, Ts &&...Vals)
template<typename... Ts>
auto llvm::formatv (const char *Fmt, Ts &&...Vals)