Searched refs:CacheDirectoryPath (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Caching.cpp | 35 SmallString<64> CacheName, TempFilePrefix, CacheDirectoryPath; in localCache() local 38 CacheDirectoryPathRef.toVector(CacheDirectoryPath); in localCache() 45 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache() 147 CacheDirectoryPath, /*IgnoreExisting=*/true)) in localCache() 149 CacheDirectoryPath + ": " + in localCache() 154 sys::path::append(TempFilenameModel, CacheDirectoryPath, in localCache()
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 252 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument 255 sys::path::append(AbsCachedArtifactPath, CacheDirectoryPath, in getCachedOrDownloadArtifact() 259 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact() 311 pruneCache(CacheDirectoryPath, *PruningPolicyOrErr); in getCachedOrDownloadArtifact()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 97 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
|