20 using namespace llvm::pdb;
23 std::unique_ptr<IPDBRawSymbol>
Symbol)
24 :
PDBSymbol(PDBSession, std::move(Symbol)) {}
30 std::unique_ptr<PDBSymbolTypeBuiltin>
IPDBSession defines an interface used to provide a context for querying debug information from a debu...
std::unique_ptr< PDBSymbolTypeUDT > getClassParent() const
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
std::unique_ptr< T > getConcreteSymbolById(uint32_t SymbolId) const
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
std::unique_ptr< PDBSymbolTypeBuiltin > getUnderlyingType() const
virtual void dump(const PDBSymbolAnnotation &Symbol)
const IPDBSession & Session
PDBSymbolTypeEnum(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > EnumTypeSymbol)