| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | FreeBSD.cpp | 300 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local 311 if (Profiling) in ConstructJob() 322 if (Profiling) in ConstructJob() 328 } else if (Profiling) { in ConstructJob() 337 if (Profiling) in ConstructJob() 343 if (Profiling) { in ConstructJob() 356 } else if (Profiling) { in ConstructJob() 428 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in AddCXXStdlibLibArgs() local 432 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs() 438 CmdArgs.push_back(Profiling ? "-lstdc++_p" : "-lstdc++"); in AddCXXStdlibLibArgs()
|
| H A D | OpenBSD.cpp | 332 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local 334 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs() 337 CmdArgs.push_back(Profiling ? "-lc++abi_p" : "-lc++abi"); in AddCXXStdlibLibArgs() 338 CmdArgs.push_back(Profiling ? "-lpthread_p" : "-lpthread"); in AddCXXStdlibLibArgs()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidy.cpp | 311 std::unique_ptr<ClangTidyProfiling> Profiling, in ClangTidyASTConsumer() argument 315 Profiling(std::move(Profiling)), Finder(std::move(Finder)), in ClangTidyASTConsumer() 321 std::unique_ptr<ClangTidyProfiling> Profiling; member in clang::tidy::__anonf74c33ed0111::ClangTidyASTConsumer 409 std::unique_ptr<ClangTidyProfiling> Profiling; in createASTConsumer() local 411 Profiling = std::make_unique<ClangTidyProfiling>( in createASTConsumer() 413 FinderOptions.CheckProfiling.emplace(Profiling->Records); in createASTConsumer() 454 std::move(Consumers), std::move(Profiling), std::move(Finder), in createASTConsumer()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | MisExpect.rst | 62 Sampling. MisExpect Diagnostics are compatible with all Profiling formats. 67 | Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang… 69 | IR | Profiling instrumentation added during by the LLVM backend …
|
| H A D | UsersManual.rst | 2273 Profiling with Instrumentation 2625 GCOV-based Profiling
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MisExpect.rst | 60 Sampling. MisExpect Diagnostics are compatible with all Profiling formats. 65 | Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang… 67 | IR | Profiling instrumentation added during by the LLVM backend …
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchFinder.h | 129 struct Profiling { struct 130 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function 140 llvm::Optional<Profiling> CheckProfiling;
|
| /llvm-project-15.0.7/polly/ |
| H A D | CREDITS.txt | 29 D: Profiling infrastructure
|
| /llvm-project-15.0.7/openmp/runtime/cmake/ |
| H A D | LibompUtils.cmake | 158 # - set the legal type name Performance/Profiling/Stub 163 set(${return_legal_type} "Profiling" PARENT_SCOPE)
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ValueProfilePlugins.inc | 10 // Each plugin is responsible for collecting Value Profiling candidates for a
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | README-TestSuite | 121 - Profiling dotest.py runs
|
| /llvm-project-15.0.7/openmp/runtime/ |
| H A D | CMakeLists.txt | 87 "Performance,Profiling,Stubs library (normal/profile/stubs)")
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 101 "Enable Statistical Profiling extension">; 445 "true", "Enable extra register in the Statistical Profiling Extension">;
|
| H A D | AArch64SystemOperands.td | 1405 // v8.2a "Statistical Profiling extension" registers 1692 // Statistical Profiling Extension system register
|
| H A D | AArch64InstrInfo.td | 934 // v8.2a Statistical Profiling extension
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 755 /* Value Profiling API linkage name. */
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 755 /* Value Profiling API linkage name. */
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CMakeLists.txt | 771 "Profiling data file to use when compiling in order to improve runtime performance.")
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 2759 // Lightweight Profiling Instructions
|