|
Static Value-Flow Analysis
|
#include <CallGraph.h>
Static Public Member Functions | |
| static bool | classof (const CallGraphNode *) |
| Methods for support type inquiry through isa, cast, and dyn_cast: | |
| static bool | classof (const GenericICFGNodeTy *node) |
| static bool | classof (const SVFValue *node) |
Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy > | |
| static bool | classof (const GenericNode< NodeTy, EdgeTy > *) |
| static bool | classof (const SVFValue *) |
Private Attributes | |
| const FunObjVar * | fun |
Friends | |
| OutStream & | operator<< (OutStream &o, const CallGraphNode &node) |
| Overloading operator << for dumping ICFG node ID. | |
Definition at line 176 of file CallGraph.h.
Constructor.
Definition at line 183 of file CallGraph.h.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 213 of file CallGraph.h.
|
inlinestatic |
Definition at line 218 of file CallGraph.h.
Definition at line 223 of file CallGraph.h.
Get function of this call node.
Definition at line 191 of file CallGraph.h.
|
virtual |
| bool CallGraphNode::isReachableFromProgEntry | ( | Map< NodeID, bool > & | reachableFromEntry, |
| NodeBS & | visitedNodes | ||
| ) | const |
Return TRUE if this function can be reached from main.
Definition at line 93 of file CallGraph.cpp.
|
virtual |
Definition at line 80 of file CallGraph.cpp.
|
friend |
Overloading operator << for dumping ICFG node ID.
Definition at line 202 of file CallGraph.h.
Definition at line 179 of file CallGraph.h.