Home
last modified time | relevance | path

Searched refs:ShowStats (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h125 unsigned ShowStats : 1; ///< Show frontend performance variable
257 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp123 if (llvm::AreStatisticsEnabled() || Clang->getFrontendOpts().ShowStats) in cc1_main()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp473 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
526 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
H A DCompilerInstance.cpp801 if (getFrontendOpts().ShowStats) in ExecuteAction()
835 if (getFrontendOpts().ShowStats && hasFileManager()) { in ExecuteAction()
H A DCompilerInvocation.cpp869 Opts.ShowStats = Args.hasArg(OPT_print_stats); in ParseFrontendArgs()
/minix3/external/bsd/llvm/dist/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp165 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()