LLVM API Documentation
#include <CallGraph.h>
Inheritance diagram for llvm::GraphTraits< const CallGraphNode * >:

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 284 of file CallGraph.h.
|
|
Definition at line 286 of file CallGraph.h. |
|
|
Definition at line 285 of file CallGraph.h. |
|
|
Definition at line 289 of file CallGraph.h. References llvm::CallGraphNode::begin(). |
|
|
Definition at line 290 of file CallGraph.h. References llvm::CallGraphNode::end(). |
|
|
Definition at line 288 of file CallGraph.h. |