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

#include <pdb_types.h>

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

Public Member Functions

 PDBTypeUnion (int ind)
 
virtual ~PDBTypeUnion (void)
 
virtual void parse (lfUnion *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

unsigned int union_count
 
std::vector< PDBTypeFieldMember * > union_members
 
char * union_name
 
- 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

◆ PDBTypeUnion()

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

◆ ~PDBTypeUnion()

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

Member Function Documentation

◆ dump()

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

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ is_fully_defined()

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

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ parse()

void retdec::pdbparser::PDBTypeUnion::parse ( lfUnion record,
int  size,
PDBTypeDefIndexMap types 
)
virtual

◆ to_llvm()

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

Reimplemented from retdec::pdbparser::PDBTypeDef.

◆ to_llvm_identified()

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

Reimplemented from retdec::pdbparser::PDBTypeDef.

Member Data Documentation

◆ union_count

unsigned int retdec::pdbparser::PDBTypeUnion::union_count

◆ union_members

std::vector<PDBTypeFieldMember *> retdec::pdbparser::PDBTypeUnion::union_members

◆ union_name

char* retdec::pdbparser::PDBTypeUnion::union_name

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