ROSE 0.11.145.147
|
Information about each edge in the call graph.
Definition at line 24 of file FunctionCallGraph.h.
#include <Rose/BinaryAnalysis/Partitioner2/FunctionCallGraph.h>
Public Member Functions | |
Edge (EdgeType type) | |
EdgeType | type () const |
Type of edge. | |
size_t | count () const |
Number of inter-function control flow edges represented by this edge. | |
|
inlineexplicit |
Definition at line 29 of file FunctionCallGraph.h.
|
inline |
Type of edge.
Edge types E_FUNCTION_CALL and E_FUNCTION_XFER are supported.
Definition at line 32 of file FunctionCallGraph.h.
|
inline |
Number of inter-function control flow edges represented by this edge.
Definition at line 35 of file FunctionCallGraph.h.