#include <string>
Include dependency graph for cfgToDot.h:

Go to the source code of this file.
Namespaces | |
| namespace | VirtualCFG |
Functions | |
| std::ostream & | VirtualCFG::cfgToDot (std::ostream &o, std::string graphName, CFGNode start) |
| std::ostream & | VirtualCFG::cfgToDot (std::ostream &o, std::string graphName, InterestingNode start) |
| std::ostream & | VirtualCFG::cfgToDotForDebugging (std::ostream &o, std::string graphName, CFGNode start) |
| std::ostream & | VirtualCFG::cfgToDotForDebugging (std::ostream &o, std::string graphName, InterestingNode start) |
| void | VirtualCFG::cfgToDot (SgNode *start, const std::string &file_name) |
| Dump the filtered dot graph of a virtual control flow graph starting from SgNode (start). | |
| void | VirtualCFG::interestingCfgToDot (SgNode *start, const std::string &file_name) |
| Dump a CFG with only interesting nodes for a SgNode. | |
| void | VirtualCFG::cfgToDotForDebugging (SgNode *start, const std::string &file_name) |
| Dump the full dot graph of a virtual control flow graph starting from SgNode (start). | |
1.4.7