Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h127 unsigned ShowTimers : 1; ///< Show timers for individual variable
257 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp665 CI.getLangOpts(), CI.getFrontendOpts().ShowTimers, InFile, in CreateASTConsumer()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp798 if (getFrontendOpts().ShowTimers) in ExecuteAction()
H A DCompilerInvocation.cpp870 Opts.ShowTimers = Args.hasArg(OPT_ftime_report); in ParseFrontendArgs()