|
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 1149 of file ModulesDriver.cpp.
| using llvm::GraphWriter< const CompilationGraph * >::Base = GraphWriterBase<GraphType, GraphWriter<GraphType>> |
Definition at line 1154 of file ModulesDriver.cpp.
| using llvm::GraphWriter< const CompilationGraph * >::GraphType = const CompilationGraph * |
Definition at line 1153 of file ModulesDriver.cpp.
|
inline |
Definition at line 1156 of file ModulesDriver.cpp.
|
inline |
Definition at line 1159 of file ModulesDriver.cpp.