LLVM  8.0.1
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"
Include dependency graph for Formatters.h:

Go to the source code of this file.

Classes

struct  llvm::format_provider< pdb::PdbRaw_ImplVer >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define FORMAT_CASE(Value, Name)
 

Macro Definition Documentation

◆ FORMAT_CASE

#define FORMAT_CASE (   Value,
  Name 
)
Value:
case Value: \
Stream << Name; \
break;
amdgpu Simplify well known AMD library false Value Value const Twine & Name

Definition at line 20 of file Formatters.h.

Referenced by llvm::format_provider< pdb::PdbRaw_ImplVer >::format().