|
LLVM
3.7.0
|
#include <CallGraph.h>
Public Types | |
| typedef CallGraphNode | NodeType |
| typedef CallGraphNode::CallRecord | CGNPairTy |
| typedef std::pointer_to_unary_function < CGNPairTy, CallGraphNode * > | CGNDerefFun |
| typedef mapped_iterator < NodeType::iterator, CGNDerefFun > | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
| static CallGraphNode * | CGNDeref (CGNPairTy P) |
Definition at line 399 of file CallGraph.h.
| typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode *> llvm::GraphTraits< CallGraphNode * >::CGNDerefFun |
Definition at line 404 of file CallGraph.h.
| typedef CallGraphNode::CallRecord llvm::GraphTraits< CallGraphNode * >::CGNPairTy |
Definition at line 402 of file CallGraph.h.
| typedef mapped_iterator<NodeType::iterator, CGNDerefFun> llvm::GraphTraits< CallGraphNode * >::ChildIteratorType |
Definition at line 408 of file CallGraph.h.
| typedef CallGraphNode llvm::GraphTraits< CallGraphNode * >::NodeType |
Definition at line 400 of file CallGraph.h.
|
inlinestatic |
Definition at line 417 of file CallGraph.h.
|
inlinestatic |
Definition at line 410 of file CallGraph.h.
References llvm::CallGraphNode::begin(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 413 of file CallGraph.h.
References llvm::CallGraphNode::end(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 406 of file CallGraph.h.
1.8.6