|
LLVM
4.0.0
|
#include <CallGraph.h>
Public Types | |
| typedef CallGraphNode * | NodeRef |
| typedef CallGraphNode::CallRecord | CGNPairTy |
| typedef mapped_iterator < CallGraphNode::iterator, decltype(&CGNGetValue)> | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (CallGraphNode *CGN) |
| static CallGraphNode * | CGNGetValue (CGNPairTy P) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 411 of file CallGraph.h.
| typedef CallGraphNode::CallRecord llvm::GraphTraits< CallGraphNode * >::CGNPairTy |
Definition at line 414 of file CallGraph.h.
| typedef mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)> llvm::GraphTraits< CallGraphNode * >::ChildIteratorType |
Definition at line 421 of file CallGraph.h.
| typedef CallGraphNode* llvm::GraphTraits< CallGraphNode * >::NodeRef |
Definition at line 412 of file CallGraph.h.
|
inlinestatic |
Definition at line 418 of file CallGraph.h.
|
inlinestatic |
Definition at line 423 of file CallGraph.h.
References llvm::CallGraphNode::begin().
|
inlinestatic |
Definition at line 426 of file CallGraph.h.
References llvm::CallGraphNode::end().
|
inlinestatic |
Definition at line 416 of file CallGraph.h.
1.8.6