ΒΆtemplate <typename GraphType>
std::string WriteGraph(
const GraphType& G,
const llvm::Twine& Name,
bool ShortNames = false,
const llvm::Twine& Title = "",
std::string Filename = "")
template <typename GraphType>
std::string WriteGraph(
const GraphType& G,
const llvm::Twine& Name,
bool ShortNames = false,
const llvm::Twine& Title = "",
std::string Filename = "")
Description
Writes graph into a provided {
Declared at: llvm/include/llvm/Support/GraphWriter.h:328
Templates
- GraphType
Parameters
- const GraphType& G
- const llvm::Twine& Name
- bool ShortNames = false
- const llvm::Twine& Title = ""
- std::string Filename = ""