Skip to content

VirtualCFG::cfgToDot

Dump the filtered dot graph of a virtual control flow graph starting from SgNode (start)

Synopsis

Declared in <SageIII/virtualCFG/cfgToDot.h>

[[visibility]]
void
cfgToDot(
    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