Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc154 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
639 return A.FileIndexHigh == B.FileIndexHigh &&