LLVM API Documentation
#include <CallGraph.h>
Inheritance diagram for llvm::GraphTraits< CallGraphNode * >:
Public Types | |
typedef CallGraphNode | NodeType |
typedef NodeType::iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 275 of file CallGraph.h.
|
Definition at line 277 of file CallGraph.h. |
|
Definition at line 276 of file CallGraph.h. |
|
Definition at line 280 of file CallGraph.h. References llvm::CallGraphNode::begin(). |
|
Definition at line 281 of file CallGraph.h. References llvm::CallGraphNode::end(). |
|
Definition at line 279 of file CallGraph.h. |