| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBLog.cpp | 118 static struct timeval g_timeval = {0, 0}; in _DNBLogThreaded() 119 static struct timeval tv; in _DNBLogThreaded() 120 static struct timeval delta; in _DNBLogThreaded() 160 static struct timeval g_timeval = {0, 0}; in _DNBLogThreadedIf() 161 static struct timeval tv; in _DNBLogThreadedIf() 162 static struct timeval delta; in _DNBLogThreadedIf()
|
| H A D | DNBTimer.h | 72 struct timeval now; in ElapsedMicroSeconds() 86 struct timeval now; in GetTimeOfDay() 99 struct timeval now; 131 struct timeval m_timeval;
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | cycleclock.h | 167 struct timeval tv; in Now() 173 struct timeval tv; in Now() 177 struct timeval tv; in Now() 212 struct timeval tv; in Now()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Unix.h | 81 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() 97 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal() 100 struct timeval RetVal; in toTimeVal()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ARM/ |
| H A D | PR26163.ll | 24 ; struct timeval { 35 ; struct timeval lifetime; 37 ; memset(&lifetime, 0, sizeof(struct timeval)); 55 %struct.timeval = type { i64, i32 } 65 …tail call void @llvm.dbg.declare(metadata %struct.timeval* undef, metadata !16, metadata !26), !db… 93 !17 = !DICompositeType(tag: DW_TAG_structure_type, name: "timeval", file: !5, line: 2, size: 128, a…
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Platform.h | 59 struct timeval { struct
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | SelectHelper.cpp | 192 struct timeval *tv_ptr = nullptr; in Select() 193 struct timeval tv = {0, 0}; in Select()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 254 struct timeval { int x; }; argument 258 int utimes(const char *filename, const struct timeval times[2]);
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | CRunnerUtils.cpp | 114 struct timeval tp; in rtclock()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | real_deadlock_detector_stress_test.cpp | 169 struct timeval tv; in main()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | chrono.cpp | 131 timeval tv;
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachTask.mm | 284 struct timeval tv; 285 struct timeval thread_tv; 340 struct timeval current_used_time; 341 struct timeval tv; 348 struct timeval current_elapsed_time;
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 631 struct timeval tval; in __kmp_launch_monitor() 1470 struct timeval tval; in __kmp_suspend_template() 1787 struct timeval tval; in __kmp_read_system_time() 1799 struct timeval tval; in __kmp_clear_system_time() 1977 struct timeval tv; in __kmp_elapsed() 1991 struct timeval t; in __kmp_now_nsec()
|
| H A D | kmp_stub.cpp | 297 struct timeval tval; in __kmps_get_wtime()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cpp | 81 unsigned timeval_sz = sizeof(timeval);
|
| H A D | sanitizer_netbsd.cpp | 244 timeval tv; in NanoTime()
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 121 unsigned timeval_sz = sizeof(timeval);
|
| H A D | sanitizer_platform_limits_posix.cpp | 201 unsigned timeval_sz = sizeof(timeval);
|
| H A D | sanitizer_mac.cpp | 531 timeval tv; in NanoTime()
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 547 unsigned timeval_sz = sizeof(timeval); 985 unsigned struct_timeval_sz = sizeof(timeval);
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_custom.cpp | 1465 fd_set *exceptfds, struct timeval *timeout, in __dfsw_select() 1481 dfsan_set_label(0, timeout, sizeof(struct timeval)); in __dfsw_select() 1488 fd_set *exceptfds, struct timeval *timeout, in __dfso_select() 1719 int __dfsw_gettimeofday(struct timeval *tv, struct timezone *tz, in __dfsw_gettimeofday() 1724 dfsan_set_label(0, tv, sizeof(struct timeval)); in __dfsw_gettimeofday() 1734 int __dfso_gettimeofday(struct timeval *tv, struct timezone *tz, in __dfso_gettimeofday()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | time-intrinsic.cpp | 264 timeval t; in GetDateAndTime()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 281 using TimeVal = struct timeval;
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | custom.cpp | 1293 struct timeval t; in test_select() 1403 struct timeval tv; in test_gettimeofday()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 931 /// int gettimeofday(struct timeval *tp, void *tzp); 1429 /// int utimes(const char *path, const struct timeval times[2]);
|