10 #ifndef LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFUNCTIONSIG_H
11 #define LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFUNCTIONSIG_H
24 std::unique_ptr<IPDBRawSymbol>
Symbol);
51 #endif // LLVM_DEBUGINFO_PDB_PDBSYMBOLTYPEFUNCTIONSIG_H
IPDBSession defines an interface used to provide a context for querying debug information from a debu...
#define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue)
PDBSymbolTypeFunctionSig(const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > Symbol)
std::unique_ptr< PDBSymbol > getClassParent() const
void dumpArgList(raw_ostream &OS) const
#define FORWARD_SYMBOL_METHOD(MethodName)
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
unsigned getCallingConvention(StringRef LanguageString)
std::unique_ptr< IPDBEnumSymbols > getArguments() const
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e...
std::unique_ptr< PDBSymbol > getReturnType() const
This class implements an extremely fast bulk output stream that can only output to a stream...