LLVM API Documentation
Public Member Functions | |
DOTGraphTraits (bool isSimple=false) | |
std::string | getNodeLabel (CallGraphNode *Node, CallGraph *Graph) |
Static Public Member Functions | |
static std::string | getGraphName (CallGraph *Graph) |
Definition at line 25 of file CallPrinter.cpp.
llvm::DOTGraphTraits< CallGraph * >::DOTGraphTraits | ( | bool | isSimple = false | ) | [inline] |
Definition at line 26 of file CallPrinter.cpp.
static std::string llvm::DOTGraphTraits< CallGraph * >::getGraphName | ( | CallGraph * | Graph | ) | [inline, static] |
Definition at line 28 of file CallPrinter.cpp.
std::string llvm::DOTGraphTraits< CallGraph * >::getNodeLabel | ( | CallGraphNode * | Node, |
CallGraph * | Graph | ||
) | [inline] |
Definition at line 30 of file CallPrinter.cpp.
References llvm::CallGraphNode::getFunction().