#include <callgraph.h>
Inheritance diagram for callGraph::
Public Methods | |
callGraph (procNode *root, Linker &linker) | |
~callGraph () | |
virtual void | at_id (idNode *the_id, Order ord) |
callGraphNode * | lookup (procNode *proc) |
void | show_all_contexts () |
Private Methods | |
void | show_all_contexts (callGraphNode *cur, callgraph_edge_list &stack, int &count) |
Private Attributes | |
callgraph_map | _callgraph |
procNode * | _root |
Linker & | _linker |
callGraphNode * | _current |
|
|
|
|
|
Reimplemented from Walker. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|