|
LLVM
3.7.0
|
#include <CallGraph.h>
Public Types | |
| 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 CallGraphNode *CGN) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
| static const CallGraphNode * | CGNDeref (CGNPairTy P) |
Definition at line 420 of file CallGraph.h.
| typedef std::pointer_to_unary_function<CGNPairTy, const CallGraphNode *> llvm::GraphTraits< const CallGraphNode * >::CGNDerefFun |
Definition at line 425 of file CallGraph.h.
| typedef CallGraphNode::CallRecord llvm::GraphTraits< const CallGraphNode * >::CGNPairTy |
Definition at line 423 of file CallGraph.h.
| typedef mapped_iterator<NodeType::const_iterator, CGNDerefFun> llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType |
Definition at line 430 of file CallGraph.h.
| typedef const CallGraphNode llvm::GraphTraits< const CallGraphNode * >::NodeType |
Definition at line 421 of file CallGraph.h.
|
inlinestatic |
Definition at line 439 of file CallGraph.h.
|
inlinestatic |
Definition at line 432 of file CallGraph.h.
References llvm::CallGraphNode::begin(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 435 of file CallGraph.h.
References llvm::CallGraphNode::end(), and llvm::map_iterator().
|
inlinestatic |
Definition at line 427 of file CallGraph.h.
1.8.6