10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
23 std::unique_ptr<IPDBRawSymbol> FuncSymbol);
27 std::unique_ptr<PDBSymbolTypeFunctionSig>
getSignature()
const;
29 std::unique_ptr<IPDBEnumChildren<PDBSymbolData>>
getArguments()
const;
80 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLFUNC_H
std::unique_ptr< PDBSymbolTypeUDT > getClassParent() const
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
PDBSymbolFunc(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > FuncSymbol)
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)
#define FORWARD_SYMBOL_METHOD(MethodName)
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
std::unique_ptr< PDBSymbolTypeFunctionSig > getSignature() const
std::unique_ptr< IPDBEnumChildren< PDBSymbolData > > getArguments() const
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...