Skip to content

StaticCFG::CFG::cfgToDot

Output the graph to a DOT file.

Synopsis

Declared in <SageIII/virtualCFG/staticCFG.h>

void
cfgToDot(
    SgNode* node,
    std::string const& file_name);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs