LLVM API Documentation
Functions | |
std::string | EscapeString (const std::string &Label) |
StringRef | getColorString (unsigned NodeNumber) |
Get a color string for this node number. Simply round-robin selects from a reasonable number of colors. |
std::string llvm::DOT::EscapeString | ( | const std::string & | Label | ) |
Definition at line 25 of file GraphWriter.cpp.
Referenced by llvm::GraphWriter< GraphType >::emitSimpleNode(), llvm::GraphWriter< GraphType >::writeHeader(), and llvm::GraphWriter< GraphType >::writeNode().
StringRef llvm::DOT::getColorString | ( | unsigned | NodeNumber | ) |
Get a color string for this node number. Simply round-robin selects from a reasonable number of colors.
Definition at line 59 of file GraphWriter.cpp.
Referenced by llvm::DOTGraphTraits< ScheduleDAGMI * >::getNodeAttributes().