|
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 1158 of file LazyCallGraph.h.
Definition at line 1160 of file LazyCallGraph.h.
| typedef LazyCallGraph::Node* llvm::GraphTraits< LazyCallGraph::Node * >::NodeRef |
Definition at line 1159 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1163 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::begin().
|
inlinestatic |
Definition at line 1164 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::end().
|
inlinestatic |
Definition at line 1162 of file LazyCallGraph.h.
References N.
1.8.6