Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp45 cl::opt<bool> DebugifyEach( variable
300 if (DebugifyEach) in runPassPipeline()
469 if (DebugifyEach && !DebugifyExport.empty()) in runPassPipeline()
H A DNewPMDriver.h33 extern cl::opt<bool> DebugifyEach;
H A Dopt.cpp845 if (DebugifyEach) { in main()
856 (EnableDebugify && !DebugifyEach) || in main()
1103 if (DebugifyEach && !DebugifyExport.empty()) in main()