LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::DOTGraphTraits< CallGraph * > Struct Template Reference
Inheritance diagram for llvm::DOTGraphTraits< CallGraph * >:
Inheritance graph
[legend]
Collaboration diagram for llvm::DOTGraphTraits< CallGraph * >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
std::string getNodeLabel (CallGraphNode *Node, CallGraph *Graph)

Static Public Member Functions

static std::string getGraphName (CallGraph *Graph)

Detailed Description

template<>
struct llvm::DOTGraphTraits< CallGraph * >

Definition at line 25 of file CallPrinter.cpp.


Constructor & Destructor Documentation

llvm::DOTGraphTraits< CallGraph * >::DOTGraphTraits ( bool  isSimple = false) [inline]

Definition at line 26 of file CallPrinter.cpp.


Member Function Documentation

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().


The documentation for this struct was generated from the following file: