LLVM
8.0.1
|
#include "llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h"
Additional Inherited Members | |
![]() | |
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) |
![]() | |
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 |
![]() | |
const IPDBSession & | Session |
std::unique_ptr< IPDBRawSymbol > | OwnedRawSymbol |
IPDBRawSymbol * | RawSymbol = nullptr |
Definition at line 21 of file PDBSymbolCompilandDetails.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 20 of file PDBSymbolCompilandDetails.cpp.
References llvm::pdb::PDBSymDumper::dump().
|
inline |
Definition at line 30 of file PDBSymbolCompilandDetails.h.
References FORWARD_SYMBOL_ID_METHOD, FORWARD_SYMBOL_METHOD, llvm::pdb::IPDBRawSymbol::getBackEndVersion(), llvm::dwarf::getLanguage(), hasDebugInfo(), and llvm::pdb::PDBSymbol::RawSymbol.
|
inline |
Definition at line 26 of file PDBSymbolCompilandDetails.h.
References llvm::pdb::IPDBRawSymbol::getFrontEndVersion(), and llvm::pdb::PDBSymbol::RawSymbol.