retdec
Public Member Functions | Public Attributes | List of all members
retdec::pdbparser::PDBTypePointer Class Reference

#include <pdb_types.h>

Inheritance diagram for retdec::pdbparser::PDBTypePointer:
Inheritance graph
[legend]
Collaboration diagram for retdec::pdbparser::PDBTypePointer:
Collaboration graph
[legend]

Public Member Functions

 PDBTypePointer (int ind)
 
virtual ~PDBTypePointer (void)
 
virtual void parse (lfPointer *record, int size, PDBTypeDefIndexMap &types)
 
virtual void dump (bool nested=false)
 
virtual bool is_fully_defined (void)
 
virtual std::string to_llvm (void)
 
virtual std::string to_llvm_identified (void)
 
- Public Member Functions inherited from retdec::pdbparser::PDBTypeDef
virtual ~PDBTypeDef (void)
 
std::string get_default_llvm (void)
 

Public Attributes

int ptr_utype_index
 
PDBTypeDefptr_utype_def
 
- Public Attributes inherited from retdec::pdbparser::PDBTypeDef
int type_index
 
ePDBTypeClass type_class
 
int size_bytes
 

Additional Inherited Members

- Protected Member Functions inherited from retdec::pdbparser::PDBTypeDef
 PDBTypeDef (int ind, ePDBTypeClass c, int bts=0)
 

Constructor & Destructor Documentation

◆ PDBTypePointer()

retdec::pdbparser::PDBTypePointer::PDBTypePointer ( int  ind)
inline

◆ ~PDBTypePointer()

virtual retdec::pdbparser::PDBTypePointer::~PDBTypePointer ( void  )
inlinevirtual

Member Function Documentation

◆ dump()

void retdec::pdbparser::PDBTypePointer::dump ( bool  nested = false)
virtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ is_fully_defined()

virtual bool retdec::pdbparser::PDBTypePointer::is_fully_defined ( void  )
inlinevirtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ parse()

void retdec::pdbparser::PDBTypePointer::parse ( lfPointer record,
int  size,
PDBTypeDefIndexMap types 
)
virtual

◆ to_llvm()

std::string retdec::pdbparser::PDBTypePointer::to_llvm ( void  )
virtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ to_llvm_identified()

virtual std::string retdec::pdbparser::PDBTypePointer::to_llvm_identified ( void  )
inlinevirtual

Reimplemented from retdec::pdbparser::PDBTypeDef.

Member Data Documentation

◆ ptr_utype_def

PDBTypeDef* retdec::pdbparser::PDBTypePointer::ptr_utype_def

◆ ptr_utype_index

int retdec::pdbparser::PDBTypePointer::ptr_utype_index

The documentation for this class was generated from the following files: