Searched refs:HighPart (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/Windows/ |
| H A D | WindowsSupport.h | 204 TimeInteger.HighPart = Time.dwHighDateTime; in toDuration() 213 TimeInteger.HighPart = Time.dwHighDateTime; in toTimePoint() 229 Time.dwHighDateTime = TimeInteger.HighPart; in toFILETIME()
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | timers.cc | 74 kernel.HighPart = kernel_time.dwHighDateTime; in MakeTime() 76 user.HighPart = user_time.dwHighDateTime; in MakeTime()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 314 old_pos.HighPart = m_overlapped.OffsetHigh; in IncrementFilePointer() 318 m_overlapped.OffsetHigh = old_pos.HighPart; in IncrementFilePointer()
|
| /llvm-project-15.0.7/llvm/utils/KillTheDoctor/ |
| H A D | KillTheDoctor.cpp | 397 a.HighPart = KernelTime.dwHighDateTime; in main() 399 b.HighPart = UserTime.dwHighDateTime; in main()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 136 li.HighPart = ft.dwHighDateTime; in filetime_to_timespec() 146 ft.dwHighDateTime = li.HighPart; in timespec_to_filetime()
|
| H A D | filesystem_common.h | 600 tmp.u.HighPart = time.dwHighDateTime;
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms-inline-asm.c | 770 unsigned int HighPart; 774 unsigned int HighPart;
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 108 size.HighPart = attr.nFileSizeHigh; in FileSize()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 3700 llvm::Type *HighPart = nullptr; in classifyReturnType() local 3715 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType() 3720 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType() 3743 return ABIArgInfo::getDirect(HighPart, 8); in classifyReturnType() 3751 if (HighPart) in classifyReturnType() 3834 llvm::Type *HighPart = nullptr; in classifyArgumentType() local 3849 HighPart = GetINTEGERTypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8); in classifyArgumentType() 3852 return ABIArgInfo::getDirect(HighPart, 8); in classifyArgumentType() 3859 HighPart = GetSSETypeAtOffset(CGT.ConvertType(Ty), 8, Ty, 8); in classifyArgumentType() 3862 return ABIArgInfo::getDirect(HighPart, 8); in classifyArgumentType() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 175 (static_cast<uint64_t>(Total.HighPart) << 32) + Total.LowPart; 176 SpaceInfo.free = (static_cast<uint64_t>(Free.HighPart) << 32) + Free.LowPart; 178 (static_cast<uint64_t>(Avail.HighPart) << 32) + Avail.LowPart;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 843 now_int64.HighPart = now_filetime.dwHighDateTime; in GetTimeInMillis()
|