Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h72 Expected<FileCache> localCache(
/src/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache() function in llvm
/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp184 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()
/src/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp63 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp201 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp319 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp455 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp259 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()