#include <string>
#include "rosedll.h"
Go to the source code of this file.
|
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...
|
|