LLVM API Documentation
#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 |
![]() | |
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 NodeType * | getEntryNode (CallGraphNode *CGN) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
static CallGraphNode * | CGNDeref (CGNPairTy P) |
Definition at line 342 of file CallGraph.h.
typedef std::pointer_to_unary_function<PairTy, CallGraphNode&> llvm::GraphTraits< CallGraph * >::DerefFun |
Definition at line 347 of file CallGraph.h.
typedef mapped_iterator<CallGraph::iterator, DerefFun> llvm::GraphTraits< CallGraph * >::nodes_iterator |
Definition at line 350 of file CallGraph.h.
typedef std::pair<const Function*, CallGraphNode*> llvm::GraphTraits< CallGraph * >::PairTy |
Definition at line 346 of file CallGraph.h.
|
inlinestatic |
Definition at line 358 of file CallGraph.h.
|
inlinestatic |
Definition at line 343 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 351 of file CallGraph.h.
References llvm::CallGraph::begin(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 354 of file CallGraph.h.
References llvm::CallGraph::end(), and llvm::map_iterator().