|
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 1129 of file ModulesDriver.cpp.
| using llvm::GraphWriter< const CompilationGraph * >::Base = GraphWriterBase<GraphType, GraphWriter<GraphType>> |
Definition at line 1134 of file ModulesDriver.cpp.
| using llvm::GraphWriter< const CompilationGraph * >::GraphType = const CompilationGraph * |
Definition at line 1133 of file ModulesDriver.cpp.
|
inline |
Definition at line 1136 of file ModulesDriver.cpp.
|
inline |
Definition at line 1139 of file ModulesDriver.cpp.