retdec
Public Attributes | List of all members
retdec::llvmir2hll::CallsInModuleObtainer::CallInfo Struct Reference

Information about a single call. More...

#include <calls_in_module_obtainer.h>

Public Attributes

ShPtr< CallExprcall
 The call itself. More...
 
ShPtr< Statementstmt
 The statement in which the call appears. More...
 
ShPtr< Functionfunc
 The function in which the call appears. More...
 
ShPtr< Modulemodule
 The module in which the function appears. More...
 

Detailed Description

Information about a single call.

Member Data Documentation

◆ call

ShPtr<CallExpr> retdec::llvmir2hll::CallsInModuleObtainer::CallInfo::call

The call itself.

◆ func

ShPtr<Function> retdec::llvmir2hll::CallsInModuleObtainer::CallInfo::func

The function in which the call appears.

◆ module

ShPtr<Module> retdec::llvmir2hll::CallsInModuleObtainer::CallInfo::module

The module in which the function appears.

◆ stmt

ShPtr<Statement> retdec::llvmir2hll::CallsInModuleObtainer::CallInfo::stmt

The statement in which the call appears.


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