Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp50 static std::string uniqueKey(llvm::StringRef S) { return utostr(xxHash64(S)); } in uniqueKey() function
106 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
113 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
120 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()