Home
last modified time | relevance | path

Searched refs:uniqueKey (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp45 static std::string uniqueKey(llvm::StringRef S) { return utostr(xxHash64(S)); } in uniqueKey() function
97 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
104 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
111 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp643 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
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRTypes.td341 detail::RecordTypeStorage const *uniqueKey() const;