LLVM 22.0.0git
NewPMCheckDebugifyPass Class Reference

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

Inheritance diagram for NewPMCheckDebugifyPass:
[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_ABI 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 168 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 177 of file Debugify.h.

References SyntheticDebugInfo.

Member Function Documentation

◆ run()


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