Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp822 struct CheckDebugifyModulePass : public ModulePass { struct
823 bool runOnModule(Module &M) override { in runOnModule()
833 CheckDebugifyModulePass( in CheckDebugifyModulePass() function
844 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
848 static char ID; // Pass identification.
851 StringRef NameOfWrappedPass;
852 StringRef OrigDIVerifyBugsReportFilePath;
853 DebugifyStatsMap *StatsMap;
854 DebugInfoPerPassMap *DIPreservationMap;
855 enum DebugifyMode Mode;
[all …]