|
LLVM
3.7.0
|
#include <CallGraph.h>
Public Types | |
| typedef std::pair< const Function *, const CallGraphNode * > | PairTy |
| typedef std::pointer_to_unary_function < PairTy, const CallGraphNode & > | DerefFun |
| typedef mapped_iterator < CallGraph::const_iterator, DerefFun > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< const CallGraphNode * > | |
| typedef const CallGraphNode | NodeType |
| typedef CallGraphNode::CallRecord | CGNPairTy |
| typedef std::pointer_to_unary_function < CGNPairTy, const CallGraphNode * > | CGNDerefFun |
| typedef mapped_iterator < NodeType::const_iterator, CGNDerefFun > | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (const CallGraph *CGN) |
| static nodes_iterator | nodes_begin (const CallGraph *CG) |
| static nodes_iterator | nodes_end (const CallGraph *CG) |
| static const CallGraphNode & | CGdereference (PairTy P) |
Static Public Member Functions inherited from llvm::GraphTraits< const CallGraphNode * > | |
| static NodeType * | getEntryNode (const CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
| static const CallGraphNode * | CGNDeref (CGNPairTy P) |
Definition at line 463 of file CallGraph.h.
| typedef std::pointer_to_unary_function<PairTy, const CallGraphNode &> llvm::GraphTraits< const CallGraph * >::DerefFun |
Definition at line 470 of file CallGraph.h.
| typedef mapped_iterator<CallGraph::const_iterator, DerefFun> llvm::GraphTraits< const CallGraph * >::nodes_iterator |
Definition at line 473 of file CallGraph.h.
| typedef std::pair<const Function *, const CallGraphNode *> llvm::GraphTraits< const CallGraph * >::PairTy |
Definition at line 468 of file CallGraph.h.
|
inlinestatic |
Definition at line 481 of file CallGraph.h.
|
inlinestatic |
Definition at line 465 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 474 of file CallGraph.h.
References llvm::CallGraph::begin(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 477 of file CallGraph.h.
References llvm::CallGraph::end(), and llvm::map_iterator().
1.8.6