Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DDebuginfodTests.cpp39 StringRef UniqueKey = sys::path::filename(CachedFilePath); in TEST() local
40 EXPECT_TRUE(UniqueKey.consume_front("llvmcache-")); in TEST()
46 UniqueKey, /*UrlPath=*/"/null", CacheDir, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h70 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey,
77 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp115 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey, in getCachedOrDownloadArtifact() argument
129 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()
170 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument
174 "llvmcache-" + UniqueKey); in getCachedOrDownloadArtifact()
184 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, UniqueKey); in getCachedOrDownloadArtifact()