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:1288

Inherits from: PassInfoMixin

Member Variables

private llvm::raw_ostream& OS

Method Overview

Methods

LazyCallGraphDOTPrinterPass(llvm::raw_ostream& OS)

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

Parameters

llvm::raw_ostream& OS

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

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

Parameters

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