Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h257 uint32_t FileIndexHigh = 0; variable
279 uint32_t FileSizeLow, uint32_t FileIndexHigh, in file_status() argument
285 FileIndexHigh(FileIndexHigh), FileIndexLow(FileIndexLow) {} in file_status()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc156 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
597 return A.FileIndexHigh == B.FileIndexHigh &&