10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILANDDETAILS_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLCOMPILANDDETAILS_H
23 std::unique_ptr<IPDBRawSymbol>
Symbol);
55 #endif // LLVM_DEBUGINFO_PDB_PDBFUNCTION_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
static bool hasDebugInfo(const Function &F)
#define FORWARD_SYMBOL_METHOD(MethodName)
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
unsigned getLanguage(StringRef LanguageString)
const std::unique_ptr< IPDBRawSymbol > RawSymbol
void getBackEndVersion(VersionInfo &Version) const
PDBSymbolCompilandDetails(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > Symbol)
IPDBSession defines an interface used to provide a context for querying debug information from a debu...
void getFrontEndVersion(VersionInfo &Version) const