ΒΆtemplate <typename GraphType>
void dumpDotGraphToFile(
const GraphType& G,
const llvm::Twine& FileName,
const llvm::Twine& Title,
bool ShortNames = false,
const llvm::Twine& Name = "")
template <typename GraphType>
void dumpDotGraphToFile(
const GraphType& G,
const llvm::Twine& FileName,
const llvm::Twine& Title,
bool ShortNames = false,
const llvm::Twine& Name = "")
Declared at: llvm/include/llvm/Support/GraphWriter.h:416
Templates
- GraphType
Parameters
- const GraphType& G
- const llvm::Twine& FileName
- const llvm::Twine& Title
- bool ShortNames = false
- const llvm::Twine& Name = ""