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 333 of file CallGraph.h.
typedef NodeType::const_iterator llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType |
Definition at line 335 of file CallGraph.h.
typedef const CallGraphNode llvm::GraphTraits< const CallGraphNode * >::NodeType |
Definition at line 334 of file CallGraph.h.
|
inlinestatic |
Definition at line 338 of file CallGraph.h.
References llvm::CallGraphNode::begin().
|
inlinestatic |
Definition at line 339 of file CallGraph.h.
References llvm::CallGraphNode::end().
|
inlinestatic |
Definition at line 337 of file CallGraph.h.