Searched refs:CacheDirectoryPath (Results 1 – 4 of 4) 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() 152 CacheDirectoryPath, /*IgnoreExisting=*/true)) in localCache() 154 CacheDirectoryPath + ": " + in localCache() 159 sys::path::append(TempFilenameModel, CacheDirectoryPath, in localCache()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Caching.h | 87 : CacheFunction(std::move(CacheFn)), CacheDirectoryPath(DirectoryPath) {} in FileCache() 96 return CacheDirectoryPath; in getCacheDirectoryPath() 102 std::string CacheDirectoryPath; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 262 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument 265 sys::path::append(AbsCachedArtifactPath, CacheDirectoryPath, in getCachedOrDownloadArtifact() 269 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact() 323 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,
|