|
LLVM
3.7.0
|
#include <LazyCallGraph.h>
Public Types | |
| typedef LazyCallGraph::Node | NodeType |
| typedef LazyCallGraph::iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (NodeType *N) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 521 of file LazyCallGraph.h.
Definition at line 523 of file LazyCallGraph.h.
| typedef LazyCallGraph::Node llvm::GraphTraits< LazyCallGraph::Node * >::NodeType |
Definition at line 522 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 526 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::begin().
|
inlinestatic |
Definition at line 527 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::end().
|
inlinestatic |
Definition at line 525 of file LazyCallGraph.h.
References N.
1.8.6