LLVM
8.0.1
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | PairTy = std::pair< const Function *const, std::unique_ptr< CallGraphNode > > |
using | nodes_iterator = mapped_iterator< CallGraph::const_iterator, decltype(&CGGetValuePtr)> |
Public Types inherited from llvm::GraphTraits< const CallGraphNode *> | |
using | NodeRef = typename const CallGraphNode *::UnknownGraphTypeError |
Static Public Member Functions | |
static NodeRef | getEntryNode (const CallGraph *CGN) |
static const CallGraphNode * | CGGetValuePtr (const PairTy &P) |
static nodes_iterator | nodes_begin (const CallGraph *CG) |
static nodes_iterator | nodes_end (const CallGraph *CG) |
Definition at line 481 of file CallGraph.h.
using llvm::GraphTraits< const CallGraph * >::nodes_iterator = mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)> |
Definition at line 496 of file CallGraph.h.
using llvm::GraphTraits< const CallGraph * >::PairTy = std::pair<const Function *const, std::unique_ptr<CallGraphNode> > |
Definition at line 484 of file CallGraph.h.
|
inlinestatic |
Definition at line 490 of file CallGraph.h.
|
inlinestatic |
Definition at line 486 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 498 of file CallGraph.h.
References llvm::CallGraph::begin().
|
inlinestatic |
Definition at line 502 of file CallGraph.h.
References llvm::CallGraph::end().