Searched refs:localCache (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Caching.h | 70 Expected<FileCache> localCache(
|
| /llvm-project-15.0.7/mlir/lib/Support/ |
| H A D | StorageUniquer.cpp | 148 auto localIt = localCache->insert_as({hashValue}, lookupKey); in getOrCreate() 214 ThreadLocalCache<StorageTypeSet> localCache; member in __anon95dc17a30111::ParametricStorageUniquer
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Caching.cpp | 29 Expected<FileCache> llvm::localCache(Twine CacheNameRef, in localCache() function in llvm
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | LTO.cpp | 132 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | LTO.cpp | 119 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | LTO.cpp | 169 check(localCache("ThinLTO", "Thin", config->ltoCache, in compile()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 55 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 322 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 429 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 177 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 1108 Cache = check(localCache("ThinLTO", "Thin", options::cache_dir, AddBuffer)); in runLTO()
|