Searched refs:uniqueKey (Results 1 – 3 of 3) sorted by relevance
45 static std::string uniqueKey(llvm::StringRef S) { return utostr(xxHash64(S)); } in uniqueKey() function97 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadSource()104 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()111 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()
643 if (!recordTypeVisited.count(uniqueKey())) { in print()644 recordTypeVisited.insert(uniqueKey()); in print()663 recordTypeVisited.erase(uniqueKey()); in print()685 detail::RecordTypeStorage const *fir::RecordType::uniqueKey() const { in uniqueKey() function in fir::RecordType
341 detail::RecordTypeStorage const *uniqueKey() const;