LLVM API Documentation


Static Public Member Functions | |
| static std::string | getGraphName (const Function *F) |
| static std::string | getNodeLabel (const BasicBlock *Node, const Function *Graph) |
| static std::string | getEdgeSourceLabel (const BasicBlock *Node, succ_const_iterator I) |
Definition at line 40 of file CFGPrinter.cpp.
| static std::string llvm::DOTGraphTraits< const Function * >::getGraphName | ( | const Function * | F | ) | [inline, static] |
| static std::string llvm::DOTGraphTraits< const Function * >::getNodeLabel | ( | const BasicBlock * | Node, | |
| const Function * | Graph | |||
| ) | [inline, static] |
Definition at line 45 of file CFGPrinter.cpp.
References CFGOnly, Idx, Node, Out, and llvm::WriteAsOperand().
| static std::string llvm::DOTGraphTraits< const Function * >::getEdgeSourceLabel | ( | const BasicBlock * | Node, | |
| succ_const_iterator | I | |||
| ) | [inline, static] |