Searched refs:FileIndexHigh (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 159 uint32_t FileIndexHigh; 187 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), 193 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), Type(Type), 200 uint32_t FileIndexHigh, uint32_t FileIndexLow) 205 FileSizeLow(FileSizeLow), FileIndexHigh(FileIndexHigh),
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 160 uint32_t FileIndexHigh; 188 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), 194 FileSizeLow(0), FileIndexHigh(0), FileIndexLow(0), Type(Type), 201 uint32_t FileIndexHigh, uint32_t FileIndexLow) 206 FileSizeLow(FileSizeLow), FileIndexHigh(FileIndexHigh),
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 239 uint32_t FileIndexHigh = 0; variable 258 uint32_t FileSizeLow, uint32_t FileIndexHigh, in file_status() argument 264 FileIndexHigh(FileIndexHigh), FileIndexLow(FileIndexLow) {} in file_status()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 148 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) | 368 return A.FileIndexHigh == B.FileIndexHigh &&
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 148 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) | 370 return A.FileIndexHigh == B.FileIndexHigh &&
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 156 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) | 597 return A.FileIndexHigh == B.FileIndexHigh &&
|