LLVM 19.0.0git
Public Member Functions | List of all members
NewPMCheckDebugifyPass Class Reference

#include "llvm/Transforms/Utils/Debugify.h"

Inheritance diagram for NewPMCheckDebugifyPass:
Inheritance graph
[legend]

Public Member Functions

 NewPMCheckDebugifyPass (bool Strip=false, llvm::StringRef NameOfWrappedPass="", DebugifyStatsMap *StatsMap=nullptr, enum DebugifyMode Mode=DebugifyMode::SyntheticDebugInfo, DebugInfoPerPass *DebugInfoBeforePass=nullptr, llvm::StringRef OrigDIVerifyBugsReportFilePath="")
 
llvm::PreservedAnalyses run (llvm::Module &M, llvm::ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< NewPMCheckDebugifyPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< NewPMCheckDebugifyPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 162 of file Debugify.h.

Constructor & Destructor Documentation

◆ NewPMCheckDebugifyPass()

NewPMCheckDebugifyPass::NewPMCheckDebugifyPass ( bool  Strip = false,
llvm::StringRef  NameOfWrappedPass = "",
DebugifyStatsMap StatsMap = nullptr,
enum DebugifyMode  Mode = DebugifyMode::SyntheticDebugInfo,
DebugInfoPerPass DebugInfoBeforePass = nullptr,
llvm::StringRef  OrigDIVerifyBugsReportFilePath = "" 
)
inline

Definition at line 171 of file Debugify.h.

Member Function Documentation

◆ run()

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

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