|
clang 23.0.0git
|
Public Types | |
| using | GraphRef = CompilationGraph * |
| using | NodeRef = CGNode * |
| using | nodes_iterator = CompilationGraph::iterator |
| Public Types inherited from llvm::GraphTraits< CGNode * > | |
| using | NodeRef = CGNode * |
| using | ChildIteratorType |
| using | ChildEdgeIteratorType = CGNode::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< CGNode * > | |
| static NodeRef | CGGetTargetNode (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 987 of file ModulesDriver.cpp.
| using llvm::GraphTraits< CompilationGraph * >::GraphRef = CompilationGraph * |
Definition at line 988 of file ModulesDriver.cpp.
| using llvm::GraphTraits< CompilationGraph * >::NodeRef = CGNode * |
Definition at line 989 of file ModulesDriver.cpp.
| using llvm::GraphTraits< CompilationGraph * >::nodes_iterator = CompilationGraph::iterator |
Definition at line 991 of file ModulesDriver.cpp.
Definition at line 993 of file ModulesDriver.cpp.
|
inlinestatic |
Definition at line 995 of file ModulesDriver.cpp.
|
inlinestatic |
Definition at line 997 of file ModulesDriver.cpp.