LLVM 22.0.0git
llvm::ModuleDebugInfoPrinterPass Class Reference

#include "llvm/Analysis/ModuleDebugInfoPrinter.h"

Inheritance diagram for llvm::ModuleDebugInfoPrinterPass:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 18 of file ModuleDebugInfoPrinter.h.

Constructor & Destructor Documentation

◆ ModuleDebugInfoPrinterPass()

ModuleDebugInfoPrinterPass::ModuleDebugInfoPrinterPass ( raw_ostream & OS)
explicit

Definition at line 100 of file ModuleDebugInfoPrinter.cpp.

Member Function Documentation

◆ isRequired()

bool llvm::ModuleDebugInfoPrinterPass::isRequired ( )
inlinestatic

Definition at line 26 of file ModuleDebugInfoPrinter.h.

◆ run()

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

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