Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp35 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 DCaching.h87 : 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 DDebuginfod.cpp262 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 DDebuginfod.h97 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,