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::iterator, decltype(&CGGetValuePtr)> |
Public Types inherited from llvm::GraphTraits< CallGraphNode *> | |
using | NodeRef = typename CallGraphNode *::UnknownGraphTypeError |
Static Public Member Functions | |
static NodeRef | getEntryNode (CallGraph *CGN) |
static CallGraphNode * | CGGetValuePtr (const PairTy &P) |
static nodes_iterator | nodes_begin (CallGraph *CG) |
static nodes_iterator | nodes_end (CallGraph *CG) |
Definition at line 455 of file CallGraph.h.
using llvm::GraphTraits< CallGraph * >::nodes_iterator = mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)> |
Definition at line 469 of file CallGraph.h.
using llvm::GraphTraits< CallGraph * >::PairTy = std::pair<const Function *const, std::unique_ptr<CallGraphNode> > |
Definition at line 457 of file CallGraph.h.
|
inlinestatic |
Definition at line 463 of file CallGraph.h.
|
inlinestatic |
Definition at line 459 of file CallGraph.h.
References llvm::CallGraph::getExternalCallingNode().
|
inlinestatic |
Definition at line 471 of file CallGraph.h.
References llvm::CallGraph::begin().
|
inlinestatic |
Definition at line 475 of file CallGraph.h.
References llvm::CallGraph::end().