|
LLVM
3.7.0
|
#include <CallGraph.h>
Public Types | |
| typedef std::pair< const Function *, CallGraphNode * > | PairTy |
| typedef std::pointer_to_unary_function < PairTy, CallGraphNode & > | DerefFun |
| typedef mapped_iterator < CallGraph::iterator, DerefFun > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< CallGraphNode * > | |
| 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 (CallGraph *CGN) |
| static nodes_iterator | nodes_begin (CallGraph *CG) |
| static nodes_iterator | nodes_end (CallGraph *CG) |
| static CallGraphNode & | CGdereference (PairTy P) |
Static Public Member Functions inherited from llvm::GraphTraits< CallGraphNode * > | |
| 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 443 of file CallGraph.h.
| typedef std::pointer_to_unary_function<PairTy, CallGraphNode &> llvm::GraphTraits< CallGraph * >::DerefFun |
Definition at line 448 of file CallGraph.h.
| typedef mapped_iterator<CallGraph::iterator, DerefFun> llvm::GraphTraits< CallGraph * >::nodes_iterator |
Definition at line 451 of file CallGraph.h.
| typedef std::pair<const Function *, CallGraphNode *> llvm::GraphTraits< CallGraph * >::PairTy |
Definition at line 447 of file CallGraph.h.
|
inlinestatic |
Definition at line 459 of file CallGraph.h.
|
inlinestatic |
Definition at line 444 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 452 of file CallGraph.h.
References llvm::CallGraph::begin(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 455 of file CallGraph.h.
References llvm::CallGraph::end(), and llvm::map_iterator().
1.8.6