Home
last modified time | relevance | path

Searched refs:FileIndexHigh (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h236 uint32_t FileIndexHigh = 0; variable
258 uint32_t FileSizeLow, uint32_t FileIndexHigh, in file_status() argument
264 FileIndexHigh(FileIndexHigh), FileIndexLow(FileIndexLow) {} in file_status()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc163 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
650 return A.FileIndexHigh == B.FileIndexHigh &&