class LazyCallGraphDOTPrinterPass

Declaration

class LazyCallGraphDOTPrinterPass : public PassInfoMixin { /* full declaration omitted */ };

Description

A pass which prints the call graph as a DOT file to a \c raw_ostream. This is primarily useful for visualization purposes.

Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:1296

Inherits from: PassInfoMixin

Method Overview

Methods

LazyCallGraphDOTPrinterPass(llvm::raw_ostream& OS)

Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:1301

Parameters

llvm::raw_ostream& OS

llvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager& AM)

Declared at: llvm/include/llvm/Analysis/LazyCallGraph.h:1303

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager& AM