#include <callgraph_walker.h>
Inheritance diagram for callgraph_walker::
Public Methods | |
unitNode * | cur_unit () const |
void | cur_unit (unitNode *u) |
virtual void | at_call (callNode *the_call, Order ord) |
Static Public Methods | |
void | graph () |
Protected Methods | |
callgraph_walker () | |
void | find_procs () |
Protected Attributes | |
procnode_map | _procs |
unitNode * | _cur_unit |
|
|
|
Reimplemented from Walker. |
|
|
|
|
|
|
|
|
|
|
|
|