LLVM: NewPMCheckDebugifyPass Class Reference (original) (raw)
#include "[llvm/Transforms/Utils/Debugify.h](Debugify%5F8h%5Fsource.html)"
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 ( 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()
| PreservedAnalyses NewPMCheckDebugifyPass::run | ( | llvm::Module & | M, |
|---|---|---|---|
| llvm::ModuleAnalysisManager & | AM ) |
Definition at line 1102 of file Debugify.cpp.
References llvm::PreservedAnalyses::all(), llvm::checkDebugInfoMetadata(), and SyntheticDebugInfo.
The documentation for this class was generated from the following files:
- include/llvm/Transforms/Utils/Debugify.h
- lib/Transforms/Utils/Debugify.cpp