LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.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 > RawSymbol) |
static std::unique_ptr< PDBSymbol > | create (const IPDBSession &PDBSession, IPDBRawSymbol &RawSymbol) |
template<typename ConcreteT > | |
static std::unique_ptr< ConcreteT > | createAs (const IPDBSession &PDBSession, std::unique_ptr< IPDBRawSymbol > RawSymbol) |
template<typename ConcreteT > | |
static std::unique_ptr< ConcreteT > | createAs (const IPDBSession &PDBSession, IPDBRawSymbol &RawSymbol) |
Protected Member Functions inherited from llvm::pdb::PDBSymbol | |
PDBSymbol (const IPDBSession &PDBSession) | |
PDBSymbol (PDBSymbol &&Other) | |
std::unique_ptr< PDBSymbol > | getSymbolByIdHelper (uint32_t Id) const |
template<typename ConcreteType > | |
std::unique_ptr< ConcreteType > | getConcreteSymbolByIdHelper (uint32_t Id) const |
Protected Attributes inherited from llvm::pdb::PDBSymbol | |
const IPDBSession & | Session |
std::unique_ptr< IPDBRawSymbol > | OwnedRawSymbol |
IPDBRawSymbol * | RawSymbol = nullptr |
Definition at line 20 of file PDBSymbolTypeFunctionSig.h.
|
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 69 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::pdb::PDBSymDumper::dump().
void llvm::pdb::PDBSymbolTypeFunctionSig::dumpArgList | ( | raw_ostream & | OS | ) | const |
|
overridevirtual |
For certain PDBSymbolTypes, dumps additional information for the type that normally goes on the right side of the symbol.
Reimplemented from llvm::pdb::PDBSymbol.
Definition at line 73 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::pdb::PDBSymDumper::dumpRight().
std::unique_ptr< IPDBEnumSymbols > PDBSymbolTypeFunctionSig::getArguments | ( | ) | const |
Definition at line 65 of file PDBSymbolTypeFunctionSig.cpp.
References llvm::pdb::PDBSymbol::Session.
Referenced by isCVarArgs().
bool PDBSymbolTypeFunctionSig::isCVarArgs | ( | ) | const |
Definition at line 77 of file PDBSymbolTypeFunctionSig.cpp.
References getArguments(), llvm::Last, and llvm::pdb::None.