Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCaching.cpp35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local
38 CacheDirectoryPathRef.toVector(CacheDirectoryPath); in localCache()
44 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
144 CacheDirectoryPath, /*IgnoreExisting=*/true)) in localCache()
149 sys::path::append(TempFilenameModel, CacheDirectoryPath, in localCache()
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp170 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument
173 sys::path::append(AbsCachedArtifactPath, CacheDirectoryPath, in getCachedOrDownloadArtifact()
177 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h77 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,