|
Static Value-Flow Analysis
|
#include <CallGraph.h>
Public Types | |
| typedef SVF::CallGraphNode * | NodeRef |
Public Types inherited from SVF::GenericGraphTraits< SVF::GenericGraph< SVF::CallGraphNode, SVF::CallGraphEdge > * > | |
| using | NodeRef = typename GraphType::UnknownGraphTypeError |
Static Public Member Functions | |
| static void | getInEdges (const SVF::CallGraph *, const SVF::CallGraphNode *n, std::vector< const SVF::CallGraphEdge * > &out) |
| In-edges of n under this graph (whole CallGraph: all of them). | |
| static const SVF::CallGraph * | getCallGraph (const SVF::CallGraph *g) |
| The CallGraph object whose nodes an analysis over this graph scans. | |
Definition at line 502 of file CallGraph.h.
| typedef SVF::CallGraphNode* SVF::GenericGraphTraits< SVF::CallGraph * >::NodeRef |
Definition at line 504 of file CallGraph.h.
|
inlinestatic |
The CallGraph object whose nodes an analysis over this graph scans.
Definition at line 518 of file CallGraph.h.
|
inlinestatic |
In-edges of n under this graph (whole CallGraph: all of them).
Definition at line 510 of file CallGraph.h.