Home
last modified time | relevance | path

Searched refs:localCache (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCaching.h70 Expected<FileCache> localCache(
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp148 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 DCaching.cpp29 Expected<FileCache> llvm::localCache(Twine CacheNameRef, in localCache() function in llvm
/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp132 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/llvm-project-15.0.7/lld/MachO/
H A DLTO.cpp119 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp169 check(localCache("ThinLTO", "Thin", config->ltoCache, in compile()
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp55 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp322 check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp429 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp177 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp1108 Cache = check(localCache("ThinLTO", "Thin", options::cache_dir, AddBuffer)); in runLTO()