ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cfgToDot.h File Reference
#include <string>
#include "rosedll.h"
Include dependency graph for cfgToDot.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 VirtualCFG
 

Constant Groups

 VirtualCFG
 

Functions

ROSE_DLL_API std::ostream & VirtualCFG::cfgToDot (std::ostream &o, std::string graphName, CFGNode start)
 
ROSE_DLL_API std::ostream & VirtualCFG::cfgToDot (std::ostream &o, std::string graphName, InterestingNode start)
 
ROSE_DLL_API std::ostream & VirtualCFG::cfgToDotForDebugging (std::ostream &o, std::string graphName, CFGNode start)
 
ROSE_DLL_API std::ostream & VirtualCFG::cfgToDotForDebugging (std::ostream &o, std::string graphName, InterestingNode start)
 
ROSE_DLL_API 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) More...
 
ROSE_DLL_API void VirtualCFG::interestingCfgToDot (SgNode *start, const std::string &file_name)
 Dump a CFG with only interesting nodes for a SgNode. More...
 
ROSE_DLL_API 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) More...