Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h72 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey,
79 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp124 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()