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 248 of file CallGraph.h.
typedef NodeType::const_iterator llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType |
Definition at line 250 of file CallGraph.h.
typedef const CallGraphNode llvm::GraphTraits< const CallGraphNode * >::NodeType |
Definition at line 249 of file CallGraph.h.
static ChildIteratorType llvm::GraphTraits< const CallGraphNode * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< const CallGraphNode * >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< const CallGraphNode * >::getEntryNode | ( | const CallGraphNode * | CGN | ) | [inline, static] |
Definition at line 252 of file CallGraph.h.