Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp853 struct CheckDebugifyModulePass : public ModulePass { struct
854 bool runOnModule(Module &M) override { in runOnModule()
864 CheckDebugifyModulePass( in CheckDebugifyModulePass() function
875 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
879 static char ID; // Pass identification.
882 StringRef NameOfWrappedPass;
883 StringRef OrigDIVerifyBugsReportFilePath;
884 DebugifyStatsMap *StatsMap;
885 DebugInfoPerPass *DebugInfoBeforePass;
886 enum DebugifyMode Mode;
[all …]