|
LLVM
4.0.0
|
#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/Twine.h"#include "llvm/Support/DOTGraphTraits.h"#include "llvm/Support/raw_ostream.h"#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::GraphWriter< Graph > |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::DOT | |
| llvm::GraphProgram | |
Enumerations | |
| enum | llvm::GraphProgram::Name { llvm::GraphProgram::DOT, llvm::GraphProgram::FDP, llvm::GraphProgram::NEATO, llvm::GraphProgram::TWOPI, llvm::GraphProgram::CIRCO } |
Functions | |
| std::string | llvm::DOT::EscapeString (const std::string &Label) |
| StringRef | llvm::DOT::getColorString (unsigned NodeNumber) |
| Get a color string for this node number. More... | |
| bool | llvm::DisplayGraph (StringRef Filename, bool wait=true, GraphProgram::Name program=GraphProgram::DOT) |
| template<typename GraphType > | |
| raw_ostream & | llvm::WriteGraph (raw_ostream &O, const GraphType &G, bool ShortNames=false, const Twine &Title="") |
| std::string | llvm::createGraphFilename (const Twine &Name, int &FD) |
| template<typename GraphType > | |
| std::string | llvm::WriteGraph (const GraphType &G, const Twine &Name, bool ShortNames=false, const Twine &Title="") |
| template<typename GraphType > | |
| void | llvm::ViewGraph (const GraphType &G, const Twine &Name, bool ShortNames=false, const Twine &Title="", GraphProgram::Name Program=GraphProgram::DOT) |
| ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file, then cleanup. More... | |
1.8.6