ΒΆtemplate <typename GraphType>
void ViewGraph(const GraphType& G,
               const llvm::Twine& Name,
               bool ShortNames = false,
               const llvm::Twine& Title = "",
               GraphProgram::Name Program =
                   GraphProgram::DOT)

Description

ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file, then cleanup. For use from the debugger.

Declared at: llvm/include/llvm/Support/GraphWriter.h:366

Templates

GraphType

Parameters

const GraphType& G
const llvm::Twine& Name
bool ShortNames = false
const llvm::Twine& Title = ""
GraphProgram::Name Program = GraphProgram::DOT