Home
last modified time | relevance | path

Searched refs:SystemTime (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DTimer.h28 double SystemTime; ///< System time elapsed. variable
33 : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0), in TimeRecord()
42 double getProcessTime() const { return UserTime + SystemTime; } in getProcessTime()
44 double getSystemTime() const { return SystemTime; } in getSystemTime()
57 SystemTime += RHS.SystemTime;
64 SystemTime -= RHS.SystemTime;
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dregalloc-fast-debug-spill.ll201 !112 = distinct !DIGlobalVariable(name: "<&core::option::Option<std::sys::unix::time::SystemTime> a…
202 …AG_structure_type, name: "<&core::option::Option<std::sys::unix::time::SystemTime> as core::fmt::D…
203 …W_TAG_pointer_type, name: "&core::option::Option<std::sys::unix::time::SystemTime>", baseType: !11…
204 …teType(tag: DW_TAG_structure_type, name: "Option<std::sys::unix::time::SystemTime>", scope: !116, …
/llvm-project-15.0.7/llvm/lib/Support/
H A DTimer.cpp186 Result.SystemTime = Seconds(sys).count(); in getCurrentTime()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1197 SYSTEMTIME SystemTime;
1198 GetSystemTime(&SystemTime);
1199 if (SystemTimeToFileTime(&SystemTime, &FileTime) == 0 ||