Code Listener  [unstable] git snapshot
Public Member Functions | Data Fields
Node Struct Reference

call-graph node (there is a 1:1 relation with Fnc, if the CG is built) More...

#include <storage.hh>

Collaboration diagram for Node:
Collaboration graph
[legend]

Public Member Functions

 Node (Fnc *fnc_)
 

Data Fields

Fncfnc
 
TInsnListByFnc calls
 list of calls sorted by called fnc, zero key means an indirect call More...
 
TInsnListByFnc callers
 list of direct call instructions that call this function More...
 
TInsnListByFnc callbacks
 insns that take address of this function, zero key means initializer More...
 

Detailed Description

call-graph node (there is a 1:1 relation with Fnc, if the CG is built)

Definition at line 826 of file storage.hh.

Constructor & Destructor Documentation

Node ( Fnc fnc_)
inline

Definition at line 838 of file storage.hh.

Field Documentation

TInsnListByFnc callbacks

insns that take address of this function, zero key means initializer

Definition at line 836 of file storage.hh.

TInsnListByFnc callers

list of direct call instructions that call this function

Definition at line 833 of file storage.hh.

list of calls sorted by called fnc, zero key means an indirect call

Definition at line 830 of file storage.hh.

Fnc* fnc

Definition at line 827 of file storage.hh.


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