Searched refs:ftime (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | opencl-c-header.cl | 24 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F… 29 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F… 35 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F… 41 …les -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash -ftime-report %s 2>&1 | F… 46 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F… 47 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F… 49 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F… 50 …-default-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ftime-report %s 2>&1 | F…
|
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | ftime.cpp | 13 int res = ftime(&tb); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| H A D | last_write_time.pass.cpp | 440 file_time_type ftime = last_write_time(file); in TEST_CASE() local 441 TEST_CHECK(CompareTime(ftime, file_write_time)); in TEST_CASE() 457 TEST_CHECK(ftime2 > ftime); in TEST_CASE()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 294 CODEGENOPT(TimePasses , 1, 0) ///< Set when -ftime-report or -ftime-report= is enabled. 295 CODEGENOPT(TimePassesPerRun , 1, 0) ///< Set when -ftime-report=per-pass-run is enabled. 296 CODEGENOPT(TimeTrace , 1, 0) ///< Set when -ftime-trace is enabled.
|
| /llvm-project-15.0.7/clang/docs/CommandGuide/ |
| H A D | clang.rst | 605 .. option:: -ftime-report
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 2571 .. option:: -ftime-report 2574 .. option:: -ftime-report=<arg> 2579 .. option:: -ftime-trace 2585 .. option:: -ftime-trace-granularity=<arg>
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 155 #define ftime __ftime64 5966 INTERCEPTOR(int, ftime, __sanitizer_timeb *tp) { 5968 COMMON_INTERCEPTOR_ENTER(ctx, ftime, tp); 5972 int res = REAL(ftime)(tp); 5977 #define INIT_FTIME COMMON_INTERCEPT_FUNCTION(ftime);
|
| /llvm-project-15.0.7/openmp/docs/design/ |
| H A D | Runtimes.rst | 711 similar to Clang's ``-ftime-trace`` option. This generates a JSON file based on
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 2855 def ftime_report : Flag<["-"], "ftime-report">, Group<f_Group>, Flags<[CC1Option]>, 2857 def ftime_report_EQ: Joined<["-"], "ftime-report=">, Group<f_Group>, 2862 def ftime_trace : Flag<["-"], "ftime-trace">, Group<f_Group>, 2870 def ftime_trace_granularity_EQ : Joined<["-"], "ftime-trace-granularity=">, Group<f_Group>, 2874 def ftime_trace_EQ : Joined<["-"], "ftime-trace=">, Group<f_Group>,
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1798 fun:ftime=uninstrumented
|