Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h164 uint32_t FileIndexHigh;
183 uint32_t FileIndexHigh, uint32_t FileIndexLow) in file_status() argument
187 FileSizeLow(FileSizeLow), FileIndexHigh(FileIndexHigh), in file_status()
/external/llvm/lib/Support/Windows/
DPath.inc279 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
538 return A.FileIndexHigh == B.FileIndexHigh &&