clang 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)

Static Public Member Functions

static std::string getNodeLabel (const CallGraphNode *Node, const CallGraph &CG)

Detailed Description

template<>
struct llvm::DOTGraphTraits< CallGraph >

Definition at line 140 of file GlobalCallGraph.cpp.


Constructor & Destructor Documentation

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

Definition at line 142 of file GlobalCallGraph.cpp.


Member Function Documentation

static std::string llvm::DOTGraphTraits< CallGraph >::getNodeLabel ( const CallGraphNode Node,
const CallGraph CG 
) [inline, static]

Definition at line 144 of file GlobalCallGraph.cpp.

References clang::CallGraphNode::getName().


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