10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLCUSTOM_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLCUSTOM_H
27 std::unique_ptr<IPDBRawSymbol> CustomSymbol);
39 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLCUSTOM_H
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
void getDataBytes(llvm::SmallVector< uint8_t, 32 > &bytes)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
#define FORWARD_SYMBOL_METHOD(MethodName)
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
PDBSymbolCustom(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > CustomSymbol)
PDBSymbolCustom represents symbols that are compiler-specific and do not fit anywhere else in the lex...
IPDBSession defines an interface used to provide a context for querying debug information from a debu...