VirtualCFG::cfgToDotForDebugging
Dump the full dot graph of a virtual control flow graph starting from SgNode (start)
Synopsis
Declared in <SageIII/virtualCFG/cfgToDot.h>
[[visibility]]
void
cfgToDotForDebugging(
SgNode* start,
std::string const& file_name);
Parameters
Name |
Description |
start |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs