LLVM API Documentation
#include <CallGraph.h>

Public Types | |
| typedef const CallGraphNode | NodeType |
| typedef NodeType::const_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (const CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 418 of file CallGraph.h.
Definition at line 420 of file CallGraph.h.
| typedef const CallGraphNode llvm::GraphTraits< const CallGraphNode * >::NodeType |
Definition at line 419 of file CallGraph.h.
| static ChildIteratorType llvm::GraphTraits< const CallGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 423 of file CallGraph.h.
References llvm::CallGraphNode::begin().
| static ChildIteratorType llvm::GraphTraits< const CallGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 426 of file CallGraph.h.
References llvm::CallGraphNode::end().
| static NodeType* llvm::GraphTraits< const CallGraphNode * >::getEntryNode | ( | const CallGraphNode * | CGN | ) | [inline, static] |
Definition at line 422 of file CallGraph.h.