LLVM API Documentation
#include <CallGraph.h>
Public Types | |
typedef CallGraph::const_iterator | nodes_iterator |
![]() | |
typedef const CallGraphNode | NodeType |
typedef NodeType::const_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (const CallGraph *CGN) |
static nodes_iterator | nodes_begin (const CallGraph *CG) |
static nodes_iterator | nodes_end (const CallGraph *CG) |
![]() | |
static NodeType * | getEntryNode (const CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 363 of file CallGraph.h.
typedef CallGraph::const_iterator llvm::GraphTraits< const CallGraph * >::nodes_iterator |
Definition at line 369 of file CallGraph.h.
|
inlinestatic |
Definition at line 365 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 370 of file CallGraph.h.
References llvm::CallGraph::begin().
|
inlinestatic |
Definition at line 371 of file CallGraph.h.
References llvm::CallGraph::end().