Searched refs:UniqueKey (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 72 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey, 79 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 124 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey, in getCachedOrDownloadArtifact() argument 133 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact() 213 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument 217 "llvmcache-" + UniqueKey); in getCachedOrDownloadArtifact() 227 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, UniqueKey, ""); in getCachedOrDownloadArtifact()
|