Searched refs:UniqueKey (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/llvm/unittests/Debuginfod/ |
| H A D | DebuginfodTests.cpp | 39 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/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 90 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey, 97 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
|
| /llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 163 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey, in getCachedOrDownloadArtifact() argument 172 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact() 252 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument 256 "llvmcache-" + UniqueKey); in getCachedOrDownloadArtifact() 266 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, UniqueKey, ""); in getCachedOrDownloadArtifact()
|
| /llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 556 // Constant *UniqueKey = 561 Constant *UniqueKey = ConstantStruct::getAnon( in getOrCreateConstNullPtr() 564 return getOrCreateCompositeOrNull(CI, I, SpvType, TII, UniqueKey, BW, in getOrCreateConstNullPtr() 495 Constant *UniqueKey = ConstantStruct::getAnon( getOrCreateConstIntArray() local
|