class CallGraphDOTPrinterPass
Declaration
class CallGraphDOTPrinterPass : public PassInfoMixin { /* full declaration omitted */ };
Description
Pass for printing the call graph to a dot file
Declared at: llvm/include/llvm/Analysis/CallPrinter.h:24
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
Declared at: llvm/include/llvm/Analysis/CallPrinter.h:26