|
LLVM
4.0.0
|
#include <LazyCallGraph.h>
Public Types | |
| typedef LazyCallGraph::Node * | NodeRef |
| typedef LazyCallGraph::edge_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (NodeRef N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 1166 of file LazyCallGraph.h.
Definition at line 1168 of file LazyCallGraph.h.
| typedef LazyCallGraph::Node* llvm::GraphTraits< LazyCallGraph * >::NodeRef |
Definition at line 1167 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1171 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::begin().
|
inlinestatic |
Definition at line 1172 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::end().
|
inlinestatic |
Definition at line 1170 of file LazyCallGraph.h.
References N.
1.8.6