LLVM 19.0.0git
Macros
PDBSymDumper.cpp File Reference
#include "llvm/DebugInfo/PDB/PDBSymDumper.h"
#include "llvm/Support/ErrorHandling.h"

Go to the source code of this file.

Macros

#define PDB_SYMDUMP_UNREACHABLE(Type)
 

Macro Definition Documentation

◆ PDB_SYMDUMP_UNREACHABLE

#define PDB_SYMDUMP_UNREACHABLE (   Type)
Value:
if (RequireImpl) \
llvm_unreachable("Attempt to dump " #Type " with no dump implementation");
The instances of the Type class are immutable: once they are created, they are never changed.
Definition: Type.h:45

Definition at line 15 of file PDBSymDumper.cpp.