LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< LazyCallGraph * > 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 * >

Definition at line 523 of file LazyCallGraph.h.


Member Typedef Documentation

Definition at line 525 of file LazyCallGraph.h.

Definition at line 524 of file LazyCallGraph.h.


Member Function Documentation

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

Definition at line 528 of file LazyCallGraph.h.

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

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

Definition at line 529 of file LazyCallGraph.h.

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

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

Definition at line 527 of file LazyCallGraph.h.


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