LLZK 0.1.0
Veridise's ZK Language IR
|
#include <CallGraph.h>
Public Types | |
using | NodeRef = const llzk::CallGraphNode * |
using | ChildIteratorType = mapped_iterator<llzk::CallGraphNode::iterator, decltype(&unwrap)> |
Static Public Member Functions | |
static NodeRef | getEntryNode (NodeRef node) |
static NodeRef | unwrap (const llzk::CallGraphNode::Edge &edge) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
Definition at line 245 of file CallGraph.h.
using llvm::GraphTraits< const llzk::CallGraphNode * >::ChildIteratorType = mapped_iterator<llzk::CallGraphNode::iterator, decltype(&unwrap)> |
Definition at line 252 of file CallGraph.h.
using llvm::GraphTraits< const llzk::CallGraphNode * >::NodeRef = const llzk::CallGraphNode * |
Definition at line 246 of file CallGraph.h.
|
inlinestatic |
Definition at line 253 of file CallGraph.h.
|
inlinestatic |
Definition at line 254 of file CallGraph.h.
|
inlinestatic |
Definition at line 247 of file CallGraph.h.
|
inlinestatic |
Definition at line 249 of file CallGraph.h.