VirtualCFG::cfgToDot
Dump the filtered dot graph of a virtual control flow graph starting from SgNode (start)
Synopses
Declared in <SageIII/virtualCFG/cfgToDot.h>
Dump the filtered dot graph of a virtual control flow graph starting from SgNode (start)
[[visibility]]
std::ostream&
cfgToDot(
std::ostream& o,
std::string graphName,
InterestingNode start);
template<typename FilterFunction>
std::ostream&
cfgToDot(
std::ostream& o,
std::string graphName,
FilteredCFGNode<FilterFunction> start);
Created with MrDocs