retdec
Public Attributes | List of all members
retdec::bin2llvmir::CtorDtor::FunctionInfo Class Reference

#include <ctor_dtor.h>

Collaboration diagram for retdec::bin2llvmir::CtorDtor::FunctionInfo:
Collaboration graph
[legend]

Public Attributes

std::vector< llvm::CallInst * > superMethods
 Super method calls in order. More...
 
std::vector< int > superMethodOffsets
 Super method offsets in order. More...
 
std::vector< std::pair< llvm::StoreInst *, const common::Vtable * > > vftableStores
 Virtual table stores in order. More...
 
std::vector< int > vftableOffsets
 Virtual table offsets in order. More...
 
bool ctor = false
 
bool dtor = false
 

Member Data Documentation

◆ ctor

bool retdec::bin2llvmir::CtorDtor::FunctionInfo::ctor = false

◆ dtor

bool retdec::bin2llvmir::CtorDtor::FunctionInfo::dtor = false

◆ superMethodOffsets

std::vector<int> retdec::bin2llvmir::CtorDtor::FunctionInfo::superMethodOffsets

Super method offsets in order.

◆ superMethods

std::vector<llvm::CallInst*> retdec::bin2llvmir::CtorDtor::FunctionInfo::superMethods

Super method calls in order.

◆ vftableOffsets

std::vector<int> retdec::bin2llvmir::CtorDtor::FunctionInfo::vftableOffsets

Virtual table offsets in order.

◆ vftableStores

std::vector<std::pair<llvm::StoreInst*, const common::Vtable*> > retdec::bin2llvmir::CtorDtor::FunctionInfo::vftableStores

Virtual table stores in order.


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