Home
last modified time | relevance | path

Searched refs:ShowTimers (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h131 unsigned ShowTimers : 1; ///< Show timers for individual variable
277 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp756 CI.getLangOpts(), CI.getFrontendOpts().ShowTimers, InFile, LinkModules, in CreateASTConsumer()
/external/clang/lib/Frontend/
DCompilerInstance.cpp863 if (getFrontendOpts().ShowTimers) in ExecuteAction()
DCompilerInvocation.cpp1186 Opts.ShowTimers = Args.hasArg(OPT_ftime_report); in ParseFrontendArgs()