|
LLVM
3.7.0
|
#include <PDBSymbolTypeFunctionSig.h>
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PDBSymbol | |
| static std::unique_ptr< PDBSymbol > | create (const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > Symbol) |
Protected Member Functions inherited from llvm::PDBSymbol | |
| PDBSymbol (const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > Symbol) | |
Protected Attributes inherited from llvm::PDBSymbol | |
| const IPDBSession & | Session |
| const std::unique_ptr < IPDBRawSymbol > | RawSymbol |
Definition at line 20 of file PDBSymbolTypeFunctionSig.h.
| PDBSymbolTypeFunctionSig::PDBSymbolTypeFunctionSig | ( | const IPDBSession & | PDBSession, |
| std::unique_ptr< IPDBRawSymbol > | Symbol | ||
| ) |
Definition at line 68 of file PDBSymbolTypeFunctionSig.cpp.
|
overridevirtual |
Dumps the contents of a symbol a raw_ostream.
By default this will just call dump() on the underlying RawSymbol, which allows us to discover unknown properties, but individual implementations of PDBSymbol may override the behavior to only dump known fields.
Implements llvm::PDBSymbol.
Definition at line 88 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::PDBSymDumper::dump().
| void llvm::PDBSymbolTypeFunctionSig::dumpArgList | ( | raw_ostream & | OS | ) | const |
| std::unique_ptr< IPDBEnumSymbols > PDBSymbolTypeFunctionSig::getArguments | ( | ) | const |
Definition at line 77 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::PDBSymbol::Session.
| std::unique_ptr< PDBSymbol > PDBSymbolTypeFunctionSig::getClassParent | ( | ) | const |
Definition at line 81 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::IPDBSession::getSymbolById(), and llvm::PDBSymbol::Session.
| std::unique_ptr< PDBSymbol > PDBSymbolTypeFunctionSig::getReturnType | ( | ) | const |
Definition at line 72 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::IPDBSession::getSymbolById(), and llvm::PDBSymbol::Session.
1.8.6