10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLEXE_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLEXE_H
24 std::unique_ptr<IPDBRawSymbol> ExeSymbol);
46 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLEXE_H
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
static StringRef getName(Value *V)
#define FORWARD_SYMBOL_METHOD(MethodName)
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
IPDBSession defines an interface used to provide a context for querying debug information from a debu...
PDB_SymType
These values correspond to the SymTagEnum enumeration, and are documented here: https://msdn.microsoft.com/en-us/library/bkedss5f.aspx.
PDBSymbolExe(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > ExeSymbol)
This class implements an extremely fast bulk output stream that can only output to a stream...
StringRef - Represent a constant reference to a string, i.e.