LLVM 20.0.0git
|
A pass which prints the call graph as a DOT file to a raw_ostream
.
More...
#include "llvm/Analysis/LazyCallGraph.h"
Public Member Functions | |
LazyCallGraphDOTPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< LazyCallGraphDOTPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< LazyCallGraphDOTPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
A pass which prints the call graph as a DOT file to a raw_ostream
.
This is primarily useful for visualization purposes.
Definition at line 1299 of file LazyCallGraph.h.
|
explicit |
Definition at line 2040 of file LazyCallGraph.cpp.
|
inlinestatic |
Definition at line 1308 of file LazyCallGraph.h.
PreservedAnalyses LazyCallGraphDOTPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 2058 of file LazyCallGraph.cpp.
References llvm::PreservedAnalyses::all(), llvm::DOT::EscapeString(), F, G, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and printNodeDOT().