|
clang 23.0.0git
|
Public Types | |
| using | GraphRef = const CompilationGraph * |
| using | NodeRef = const CGNode * |
| using | nodes_iterator = CompilationGraph::const_iterator |
| Public Types inherited from llvm::GraphTraits< const CGNode * > | |
| using | NodeRef = const CGNode * |
| using | ChildIteratorType |
| using | ChildEdgeIteratorType = CGNode::const_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (GraphRef G) |
| static nodes_iterator | nodes_begin (GraphRef G) |
| static nodes_iterator | nodes_end (GraphRef G) |
| Static Public Member Functions inherited from llvm::GraphTraits< const CGNode * > | |
| static NodeRef | CGGetTargetNode (const CGEdge *E) |
| static NodeRef | getEntryNode (NodeRef N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| static ChildEdgeIteratorType | child_edge_begin (NodeRef N) |
| static ChildEdgeIteratorType | child_edge_end (NodeRef N) |
Definition at line 1030 of file ModulesDriver.cpp.
| using llvm::GraphTraits< const CompilationGraph * >::GraphRef = const CompilationGraph * |
Definition at line 1031 of file ModulesDriver.cpp.
| using llvm::GraphTraits< const CompilationGraph * >::NodeRef = const CGNode * |
Definition at line 1032 of file ModulesDriver.cpp.
| using llvm::GraphTraits< const CompilationGraph * >::nodes_iterator = CompilationGraph::const_iterator |
Definition at line 1034 of file ModulesDriver.cpp.
Definition at line 1036 of file ModulesDriver.cpp.
|
inlinestatic |
Definition at line 1038 of file ModulesDriver.cpp.
|
inlinestatic |
Definition at line 1040 of file ModulesDriver.cpp.