ΒΆtemplate <typename GraphType>
llvm::raw_ostream& WriteGraph(
    llvm::raw_ostream& O,
    const GraphType& G,
    bool ShortNames = false,
    const llvm::Twine& Title = "")

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

Templates

GraphType

Parameters

llvm::raw_ostream& O
const GraphType& G
bool ShortNames = false
const llvm::Twine& Title = ""