Searched refs:CRCHash (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 158 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC() argument 163 return !zlib::isAvailable() || CRCHash == zlib::crc32(MB.get()->getBuffer()); in checkFileCRC() 167 const std::string &DebuglinkName, uint32_t CRCHash, in findDebugBinary() argument 181 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary() 188 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary() 196 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary() 204 uint32_t &CRCHash) { in getGNUDebuglinkContents() argument 221 CRCHash = DE.getU32(&Offset); in getGNUDebuglinkContents() 275 uint32_t CRCHash; in lookUpDebuglinkObject() local 277 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 161 bool checkFileCRC(StringRef Path, uint32_t CRCHash) { in checkFileCRC() argument 166 return !zlib::isAvailable() || CRCHash == zlib::crc32(MB.get()->getBuffer()); in checkFileCRC() 170 const std::string &DebuglinkName, uint32_t CRCHash, in findDebugBinary() argument 184 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary() 191 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary() 204 if (checkFileCRC(DebugPath, CRCHash)) { in findDebugBinary() 212 uint32_t &CRCHash) { in getGNUDebuglinkContents() argument 229 CRCHash = DE.getU32(&Offset); in getGNUDebuglinkContents() 283 uint32_t CRCHash; in lookUpDebuglinkObject() local 285 if (!getGNUDebuglinkContents(Obj, DebuglinkName, CRCHash)) in lookUpDebuglinkObject() [all …]
|