Searched refs:CacheDirectoryPath (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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() 152 sys::path::append(TempFilenameModel, CacheDirectoryPath, in localCache()
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 213 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument 216 sys::path::append(AbsCachedArtifactPath, CacheDirectoryPath, in getCachedOrDownloadArtifact() 220 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 79 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
|