LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< LazyCallGraph::Node * > Struct Template Reference

#include <LazyCallGraph.h>

List of all members.

Public Types

typedef LazyCallGraph::Node NodeType
typedef LazyCallGraph::iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (NodeType *N)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<>
struct llvm::GraphTraits< LazyCallGraph::Node * >

Definition at line 515 of file LazyCallGraph.h.


Member Typedef Documentation

Definition at line 517 of file LazyCallGraph.h.

Definition at line 516 of file LazyCallGraph.h.


Member Function Documentation

Definition at line 520 of file LazyCallGraph.h.

References llvm::LazyCallGraph::Node::begin().

Definition at line 521 of file LazyCallGraph.h.

References llvm::LazyCallGraph::Node::end().

static NodeType* llvm::GraphTraits< LazyCallGraph::Node * >::getEntryNode ( NodeType N) [inline, static]

Definition at line 519 of file LazyCallGraph.h.


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