LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const CallGraphNode * > Struct Template Reference

#include <CallGraph.h>

Inheritance diagram for llvm::GraphTraits< const CallGraphNode * >:
Inheritance graph
[legend]

Public Types

typedef const CallGraphNode NodeType
 
typedef NodeType::const_iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (const CallGraphNode *CGN)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

template<>
struct llvm::GraphTraits< const CallGraphNode * >

Definition at line 333 of file CallGraph.h.

Member Typedef Documentation

Definition at line 335 of file CallGraph.h.

Definition at line 334 of file CallGraph.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< const CallGraphNode * >::child_begin ( NodeType N)
inlinestatic

Definition at line 338 of file CallGraph.h.

References llvm::CallGraphNode::begin().

static ChildIteratorType llvm::GraphTraits< const CallGraphNode * >::child_end ( NodeType N)
inlinestatic

Definition at line 339 of file CallGraph.h.

References llvm::CallGraphNode::end().

static NodeType* llvm::GraphTraits< const CallGraphNode * >::getEntryNode ( const CallGraphNode CGN)
inlinestatic

Definition at line 337 of file CallGraph.h.


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