Home
last modified time | relevance | path

Searched defs:Profiling (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h129 struct Profiling { struct
130 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument
134 llvm::StringMap<llvm::TimeRecord> &Records;
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp300 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local
428 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in AddCXXStdlibLibArgs() local
H A DOpenBSD.cpp332 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp311 std::unique_ptr<ClangTidyProfiling> Profiling, in ClangTidyASTConsumer()
321 std::unique_ptr<ClangTidyProfiling> Profiling; member in clang::tidy::__anonf74c33ed0111::ClangTidyASTConsumer
409 std::unique_ptr<ClangTidyProfiling> Profiling; in createASTConsumer() local