10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEENUM_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEENUM_H
23 std::unique_ptr<IPDBRawSymbol> EnumTypeSymbol);
55 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEENUM_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
std::unique_ptr< PDBSymbolTypeUDT > getClassParent() const
PDBSymbolTypeEnum(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > EnumTypeSymbol)
static StringRef getName(Value *V)
#define FORWARD_SYMBOL_METHOD(MethodName)
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
std::unique_ptr< PDBSymbolTypeBuiltin > getUnderlyingType() const
IPDBSession defines an interface used to provide a context for querying debug information from a debu...