LLVM 18.0.0git
Classes | Namespaces | Macros
Formatters.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/DebugInfo/CodeView/Formatters.h"
#include "llvm/DebugInfo/PDB/Native/RawConstants.h"
#include "llvm/DebugInfo/PDB/Native/RawTypes.h"
#include "llvm/Support/FormatProviders.h"

Go to the source code of this file.

Classes

struct  llvm::format_provider< pdb::PdbRaw_ImplVer >
 

Namespaces

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

Macros

#define FORMAT_CASE(Value, Name)
 

Macro Definition Documentation

◆ FORMAT_CASE

#define FORMAT_CASE (   Value,
  Name 
)
Value:
case Value: \
Stream << Name; \
break;
std::string Name

Definition at line 19 of file Formatters.h.