LLVM: lib/DebugInfo/PDB/PDBSymbol.cpp File Reference (original) (raw)

Go to the source code of this file.

Macro Definition Documentation

FACTORY_SYMTAG_CASE

#define FACTORY_SYMTAG_CASE ( Tag,
Type )

Value:

case PDB_SymType::Tag: \

return std::unique_ptr(new Type(PDBSession));

Definition at line 59 of file PDBSymbol.cpp.