Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp337 struct CheckDebugifyModulePass : public ModulePass { struct
338 bool runOnModule(Module &M) override { in runOnModule()
343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument
348 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
352 static char ID; // Pass identification.
355 bool Strip;
356 StringRef NameOfWrappedPass;
357 DebugifyStatsMap *StatsMap;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 …]