retdec
|
Information about a single call. More...
#include <calls_in_module_obtainer.h>
Public Attributes | |
ShPtr< CallExpr > | call |
The call itself. More... | |
ShPtr< Statement > | stmt |
The statement in which the call appears. More... | |
ShPtr< Function > | func |
The function in which the call appears. More... | |
ShPtr< Module > | module |
The module in which the function appears. More... | |
Information about a single call.
The function in which the call appears.
The module in which the function appears.
The statement in which the call appears.