Lines Matching defs:CRCHash
312 bool checkFileCRC(StringRef Path, uint32_t CRCHash) {
317 return CRCHash == llvm::crc32(arrayRefFromStringRef(MB.get()->getBuffer()));
321 uint32_t &CRCHash) {
342 CRCHash = DE.getU32(&Offset);
399 uint32_t CRCHash;
401 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash))
403 if (!findDebugBinary(Path, DebuglinkName, CRCHash, DebugBinaryPath))
433 uint32_t CRCHash, std::string &Result) {
439 if (checkFileCRC(DebugPath, CRCHash)) {
446 if (checkFileCRC(DebugPath, CRCHash)) {
468 if (checkFileCRC(DebugPath, CRCHash)) {