Classes | |
| class | CallGraphCalleeProcIter |
| general iterator for Procs that are called from a common CallHandle More... | |
| class | NodesIterator |
| class | EdgesIterator |
| class | Node |
| class | Edge |
| class | NodeCallsIterator |
| class | CallGraph |
| class | CallGraphInterface |
| class | NodesIteratorInterface |
| class | EdgesIteratorInterface |
| class | NodeInterface |
| class | EdgeInterface |
| class | NodeCallsIteratorInterface |
| class | ManagerCallGraphStandard |
| class | CallGraphIRInterface |
Enumerations | |
| enum | EdgeType { NORMAL_EDGE = 0 } |
Variables | |
| static bool | debug = false |
| static const char * | sEdgeTypeToString [] |
Definition at line 55 of file CallGraphInterface.hpp.
bool OA::CallGraph::debug = false [static] |
Definition at line 48 of file CallGraph.cpp.
Referenced by OA::CallGraph::CallGraph::addToCallProcSetMap(), OA::CallGraph::ManagerCallGraphStandard::build_graph(), OA::CallGraph::CallGraph::CallGraph(), OA::CallGraph::ManagerCallGraphStandard::ManagerCallGraphStandard(), and OA::CallGraph::ManagerCallGraphStandard::performAnalysis().
const char* OA::CallGraph::sEdgeTypeToString[] [static] |
{
"NORMAL_EDGE"
}
Definition at line 54 of file CallGraph.cpp.
1.6.1