Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h236 uint64_t PathHash = 0; variable
257 uint32_t FileSizeLow, uint64_t PathHash) in file_status() argument
262 PathHash(PathHash) {} in file_status()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc164 return UniqueID(VolumeSerialNumber, PathHash);
733 uint64_t PathHash;
741 PathHash = (static_cast<uint64_t>(Info.nFileIndexHigh) << 32ULL) |
744 PathHash = hash_combine_range(ntPath.begin(), ntPath.end());
753 PathHash);