LLVM
8.0.1
|
#include "llvm/Analysis/CallGraph.h"
Public Types | |
using | NodeRef = CallGraphNode * |
using | CGNPairTy = CallGraphNode::CallRecord |
using | ChildIteratorType = mapped_iterator< CallGraphNode::iterator, decltype(&CGNGetValue)> |
Static Public Member Functions | |
static NodeRef | getEntryNode (CallGraphNode *CGN) |
static CallGraphNode * | CGNGetValue (CGNPairTy P) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 407 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::CGNPairTy = CallGraphNode::CallRecord |
Definition at line 409 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::ChildIteratorType = mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)> |
Definition at line 415 of file CallGraph.h.
using llvm::GraphTraits< CallGraphNode * >::NodeRef = CallGraphNode * |
Definition at line 408 of file CallGraph.h.
|
inlinestatic |
Definition at line 412 of file CallGraph.h.
|
inlinestatic |
Definition at line 417 of file CallGraph.h.
References llvm::CallGraphNode::begin().
|
inlinestatic |
Definition at line 421 of file CallGraph.h.
References llvm::CallGraphNode::end().
|
inlinestatic |
Definition at line 411 of file CallGraph.h.