|
LLVM
4.0.0
|
#include <PDBSymbolFunc.h>
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::pdb::PDBSymbol | |
| static std::unique_ptr< PDBSymbol > | create (const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > Symbol) |
Protected Member Functions inherited from llvm::pdb::PDBSymbol | |
| PDBSymbol (const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > Symbol) | |
Protected Attributes inherited from llvm::pdb::PDBSymbol | |
| const IPDBSession & | Session |
| const std::unique_ptr < IPDBRawSymbol > | RawSymbol |
Definition at line 22 of file PDBSymbolFunc.h.
| PDBSymbolFunc::PDBSymbolFunc | ( | const IPDBSession & | PDBSession, |
| std::unique_ptr< IPDBRawSymbol > | FuncSymbol | ||
| ) |
Definition at line 86 of file PDBSymbolFunc.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::pdb::PDBSymbol.
Definition at line 103 of file PDBSymbolFunc.cpp.
References llvm::pdb::PDBSymDumper::dump().
| std::unique_ptr< IPDBEnumChildren< PDBSymbolData > > PDBSymbolFunc::getArguments | ( | ) | const |
Definition at line 95 of file PDBSymbolFunc.cpp.
References llvm::pdb::PDBSymbol::Session.
| std::unique_ptr< PDBSymbolTypeUDT > PDBSymbolFunc::getClassParent | ( | ) | const |
Definition at line 99 of file PDBSymbolFunc.cpp.
References llvm::pdb::IPDBSession::getConcreteSymbolById(), and llvm::pdb::PDBSymbol::Session.
| std::unique_ptr< PDBSymbolTypeFunctionSig > PDBSymbolFunc::getSignature | ( | ) | const |
Definition at line 90 of file PDBSymbolFunc.cpp.
References llvm::pdb::IPDBSession::getConcreteSymbolById(), and llvm::pdb::PDBSymbol::Session.
1.8.6