10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
22 std::unique_ptr<IPDBRawSymbol> UnknownSymbol);
34 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
PDBSymbolUnknown(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > UnknownSymbol)
PDB_SymType getSymTag() const
static bool classof(const PDBSymbol *S)
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.
IPDBSession defines an interface used to provide a context for querying debug information from a debu...