|
LLVM
8.0.1
|
#include "llvm/Analysis/LazyCallGraph.h"
Public Types | |
| using | NodeRef = LazyCallGraph::Node * |
| using | ChildIteratorType = LazyCallGraph::EdgeSequence::iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (NodeRef N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 1232 of file LazyCallGraph.h.
| using llvm::GraphTraits< LazyCallGraph * >::ChildIteratorType = LazyCallGraph::EdgeSequence::iterator |
Definition at line 1234 of file LazyCallGraph.h.
| using llvm::GraphTraits< LazyCallGraph * >::NodeRef = LazyCallGraph::Node * |
Definition at line 1233 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1237 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1238 of file LazyCallGraph.h.
|
inlinestatic |
Definition at line 1236 of file LazyCallGraph.h.
References N.
1.8.13