clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::DOTGraphTraits< const CallGraph * > Struct Reference
Inheritance diagram for llvm::DOTGraphTraits< const CallGraph * >:
Inheritance graph
[legend]

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
 

Static Public Member Functions

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

Detailed Description

Definition at line 267 of file CallGraph.cpp.

Constructor & Destructor Documentation

◆ DOTGraphTraits()

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

Definition at line 268 of file CallGraph.cpp.

Member Function Documentation

◆ getNodeLabel()

static std::string llvm::DOTGraphTraits< const CallGraph * >::getNodeLabel ( const CallGraphNode Node,
const CallGraph CG 
)
inlinestatic

Definition at line 270 of file CallGraph.cpp.

References clang::CallGraph::getRoot(), and Node.


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