Home
last modified time | relevance | path

Searched defs:CheckDebugifyModulePass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp842 struct CheckDebugifyModulePass : public ModulePass { struct
843 bool runOnModule(Module &M) override { in runOnModule()
853 CheckDebugifyModulePass( in CheckDebugifyModulePass() argument
864 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
868 static char ID; // Pass identification.
871 StringRef NameOfWrappedPass;
872 StringRef OrigDIVerifyBugsReportFilePath;
873 DebugifyStatsMap *StatsMap;
874 DebugInfoPerPass *DebugInfoBeforePass;
875 enum DebugifyMode Mode;
[all …]