Home
last modified time | relevance | path

Searched refs:DebugifyExport (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp50 DebugifyExport("debugify-export", variable
469 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
470 exportDebugifyStats(DebugifyExport, Debugify.StatsMap); in runPassPipeline()
H A DNewPMDriver.h34 extern cl::opt<std::string> DebugifyExport;
H A Dopt.cpp1103 if (DebugifyEach && !DebugifyExport.empty()) in main()
1104 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()