|
LLVM
4.0.0
|
Functions | |
| std::string | EscapeString (const std::string &Label) |
| StringRef | getColorString (unsigned NodeNumber) |
| Get a color string for this node number. More... | |
| std::string llvm::DOT::EscapeString | ( | const std::string & | Label | ) |
Definition at line 24 of file GraphWriter.cpp.
References i.
Referenced by llvm::GraphWriter< Graph >::emitSimpleNode(), printNodeDOT(), llvm::LazyCallGraphDOTPrinterPass::run(), llvm::GraphWriter< Graph >::writeHeader(), and llvm::GraphWriter< Graph >::writeNode().
Get a color string for this node number.
Simply round-robin selects from a reasonable number of colors.
Definition at line 58 of file GraphWriter.cpp.
Referenced by llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeAttributes().
1.8.6