LLVM 22.0.0git
llvm::CallGraphPrinterPass Class Reference

Printer pass for the CallGraphAnalysis results. More...

#include "llvm/Analysis/CallGraph.h"

Inheritance diagram for llvm::CallGraphPrinterPass:
[legend]

Public Member Functions

 CallGraphPrinterPass (raw_ostream &OS)
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< CallGraphPrinterPass >
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< CallGraphPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Printer pass for the CallGraphAnalysis results.

Definition at line 302 of file CallGraph.h.

Constructor & Destructor Documentation

◆ CallGraphPrinterPass()

llvm::CallGraphPrinterPass::CallGraphPrinterPass ( raw_ostream & OS)
inlineexplicit

Definition at line 306 of file CallGraph.h.

Member Function Documentation

◆ isRequired()

bool llvm::CallGraphPrinterPass::isRequired ( )
inlinestatic

Definition at line 310 of file CallGraph.h.

◆ run()


The documentation for this class was generated from the following files: