10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLDATA_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLDATA_H
25 std::unique_ptr<IPDBRawSymbol> DataSymbol);
29 std::unique_ptr<PDBSymbol>
getType()
const;
63 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLDATA_H
IPDBSession defines an interface used to provide a context for querying debug information from a debu...
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
std::pair< StringRef, StringRef > getToken(StringRef Source, StringRef Delimiters=" \t\n\v\f\r")
getToken - This function extracts one token from source, ignoring any leading characters that appear ...
static StringRef getName(Value *V)
PDBSymbolData(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > DataSymbol)
#define FORWARD_SYMBOL_METHOD(MethodName)
static Error getOffset(const SymbolRef &Sym, SectionRef Sec, uint64_t &Result)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
std::unique_ptr< PDBSymbol > getType() const