GraphTraits specialization for LazyCallGraph nodes.
Synopsis
Declared in <llvm/Analysis/LazyCallGraph.h>
template<>
struct GraphTraits<LazyCallGraph::Node*>;
Type Aliases
Name |
Description |
Iterator over outgoing edges from a node. |
|
Graph node type for a LazyCallGraph::Node. |
Static Member Functions
Name |
Description |
Return the begin iterator over children of |
|
Return the end iterator over children of |
|
Return |
Created with MrDocs