|
LLVM
4.0.0
|
#include <CallGraph.h>
Public Types | |
| typedef const CallGraphNode * | NodeRef |
| typedef CallGraphNode::CallRecord | CGNPairTy |
| typedef mapped_iterator < CallGraphNode::const_iterator, decltype(&CGNGetValue)> | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (const CallGraphNode *CGN) |
| static const CallGraphNode * | CGNGetValue (CGNPairTy P) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 431 of file CallGraph.h.
| typedef CallGraphNode::CallRecord llvm::GraphTraits< const CallGraphNode * >::CGNPairTy |
Definition at line 434 of file CallGraph.h.
| typedef mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)> llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType |
Definition at line 441 of file CallGraph.h.
| typedef const CallGraphNode* llvm::GraphTraits< const CallGraphNode * >::NodeRef |
Definition at line 432 of file CallGraph.h.
|
inlinestatic |
Definition at line 438 of file CallGraph.h.
|
inlinestatic |
Definition at line 443 of file CallGraph.h.
References llvm::CallGraphNode::begin().
|
inlinestatic |
Definition at line 446 of file CallGraph.h.
References llvm::CallGraphNode::end().
|
inlinestatic |
Definition at line 436 of file CallGraph.h.
1.8.6