Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
DNewPMDriver.h34 extern cl::opt<std::string> DebugifyExport;
DNewPMDriver.cpp50 DebugifyExport("debugify-export", variable
471 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
472 exportDebugifyStats(DebugifyExport, Debugify.StatsMap); in runPassPipeline()
Dopt.cpp1103 if (DebugifyEach && !DebugifyExport.empty()) in main()
1104 exportDebugifyStats(DebugifyExport, Passes.getDebugifyStatsMap()); in main()