Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h130 struct Profiling { struct
131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument
135 llvm::StringMap<llvm::TimeRecord> &Records;
/llvm-project/clang/unittests/AST/
H A DProfilingTest.cpp61 TEST(Profiling, DeducedTemplateSpecializationType_Name) { in TEST() argument
/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp118 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local
364 bool Profiling = Args.hasArg(options::OPT_pg); AddCXXStdlibLibArgs() local
[all...]
H A DFreeBSD.cpp292 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; ConstructJob() local
451 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; AddCXXStdlibLibArgs() local
[all...]
H A DDragonFly.cpp62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp326 std::unique_ptr<ClangTidyProfiling> Profiling, in ClangTidyASTConsumer() argument
336 std::unique_ptr<ClangTidyProfiling> Profiling; member in clang::tidy::__anondf6f47d00111::ClangTidyASTConsumer
424 std::unique_ptr<ClangTidyProfiling> Profiling; createASTConsumer() local