retdec
Public Member Functions | Public Attributes | List of all members
retdec::llvmir2hll::CallInfoObtainer::SCCComputer::CalledFuncInfo Struct Reference

Information about a CalledFunc from the SCC algorithm. More...

Public Member Functions

 CalledFuncInfo ()
 

Public Attributes

bool onStack
 
int index
 
int lowlink
 

Detailed Description

Information about a CalledFunc from the SCC algorithm.

Constructor & Destructor Documentation

◆ CalledFuncInfo()

retdec::llvmir2hll::CallInfoObtainer::SCCComputer::CalledFuncInfo::CalledFuncInfo ( )
inline

Member Data Documentation

◆ index

int retdec::llvmir2hll::CallInfoObtainer::SCCComputer::CalledFuncInfo::index

◆ lowlink

int retdec::llvmir2hll::CallInfoObtainer::SCCComputer::CalledFuncInfo::lowlink

◆ onStack

bool retdec::llvmir2hll::CallInfoObtainer::SCCComputer::CalledFuncInfo::onStack

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