Searched refs:localCache (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Caching.h | 117 LLVM_ABI Expected<FileCache> localCache(
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Caching.cpp | 29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CGData/ |
| H A D | CodeGenData.h | 220 localCache("ThinLTO", CachePrefix, OrigCache.getCacheDirectoryPath(), in StreamCacheData()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 63 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 201 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 189 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 324 cache = check(localCache("ThinLTO", "Thin", ctx.arg.thinLTOCacheDir, in compile()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 487 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 269 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
|