|
clang 23.0.0git
|
GraphWriter specialization for CompilationGraph that emits a more human-readable DOT graph. More...
Public Types | |
| using | GraphType = const CompilationGraph * |
| using | Base = GraphWriterBase<GraphType, GraphWriter<GraphType>> |
Public Member Functions | |
| GraphWriter (llvm::raw_ostream &O, const GraphType &G, bool IsSimple) | |
| void | writeNodes () |
GraphWriter specialization for CompilationGraph that emits a more human-readable DOT graph.
Definition at line 1140 of file ModulesDriver.cpp.
| using llvm::GraphWriter< const CompilationGraph * >::Base = GraphWriterBase<GraphType, GraphWriter<GraphType>> |
Definition at line 1145 of file ModulesDriver.cpp.
| using llvm::GraphWriter< const CompilationGraph * >::GraphType = const CompilationGraph * |
Definition at line 1144 of file ModulesDriver.cpp.
|
inline |
Definition at line 1147 of file ModulesDriver.cpp.
|
inline |
Definition at line 1150 of file ModulesDriver.cpp.