Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp337 struct CheckDebugifyModulePass : public ModulePass { struct
338 bool runOnModule(Module &M) override { in runOnModule()
343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() function
348 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
352 static char ID; // Pass identification.
355 bool Strip;
356 StringRef NameOfWrappedPass;
357 DebugifyStatsMap *StatsMap;
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp426 struct CheckDebugifyModulePass : public ModulePass { struct
427 bool runOnModule(Module &M) override { in runOnModule()
432 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument
437 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
441 static char ID; // Pass identification.
444 bool Strip;
445 StringRef NameOfWrappedPass;
446 DebugifyStatsMap *StatsMap;