LLVM API Documentation

llvm::DOTGraphTraits< const Function * > Struct Template Reference

Inheritance diagram for llvm::DOTGraphTraits< const Function * >:

Inheritance graph
[legend]
Collaboration diagram for llvm::DOTGraphTraits< const Function * >:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

template<>
struct llvm::DOTGraphTraits< const Function * >

Definition at line 40 of file CFGPrinter.cpp.


Member Function Documentation

static std::string llvm::DOTGraphTraits< const Function * >::getGraphName ( const Function F  )  [inline, static]

Definition at line 41 of file CFGPrinter.cpp.

References F.

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]

Definition at line 79 of file CFGPrinter.cpp.

References Node, and llvm::succ_begin().


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