LLVM 20.0.0git
|
Public Types | |
typedef std::pair< const Function *const, std::unique_ptr< CallGraphNode > > | PairTy |
typedef mapped_iterator< CallGraph::const_iterator, decltype(&CGGetValuePtr)> | nodes_iterator |
Public Types inherited from llvm::GraphTraits< const CallGraphNode * > | |
using | NodeRef = const CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | EdgeRef = const CallGraphNode::CallRecord & |
using | ChildIteratorType = mapped_iterator< CallGraphNode::const_iterator, decltype(&CGNGetValue)> |
using | ChildEdgeIteratorType = CallGraphNode::const_iterator |
Static Public Member Functions | |
static NodeRef | getEntryNode (CallGraphDOTInfo *CGInfo) |
static const CallGraphNode * | CGGetValuePtr (const PairTy &P) |
static nodes_iterator | nodes_begin (CallGraphDOTInfo *CGInfo) |
static nodes_iterator | nodes_end (CallGraphDOTInfo *CGInfo) |
Static Public Member Functions inherited from llvm::GraphTraits< const CallGraphNode * > | |
static NodeRef | getEntryNode (const CallGraphNode *CGN) |
static const CallGraphNode * | CGNGetValue (CGNPairTy P) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static ChildEdgeIteratorType | child_edge_begin (NodeRef N) |
static ChildEdgeIteratorType | child_edge_end (NodeRef N) |
static NodeRef | edge_dest (EdgeRef E) |
Definition at line 117 of file CallPrinter.cpp.
typedef mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)> llvm::GraphTraits< CallGraphDOTInfo * >::nodes_iterator |
Definition at line 132 of file CallPrinter.cpp.
typedef std::pair<const Function *const, std::unique_ptr<CallGraphNode> > llvm::GraphTraits< CallGraphDOTInfo * >::PairTy |
Definition at line 125 of file CallPrinter.cpp.
|
inlinestatic |
Definition at line 126 of file CallPrinter.cpp.
References P.
|
inlinestatic |
Definition at line 119 of file CallPrinter.cpp.
References llvm::CallGraphDOTInfo::getCallGraph(), and llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 134 of file CallPrinter.cpp.
References llvm::CallGraph::begin(), and llvm::CallGraphDOTInfo::getCallGraph().
|
inlinestatic |
Definition at line 137 of file CallPrinter.cpp.
References llvm::CallGraph::end(), and llvm::CallGraphDOTInfo::getCallGraph().