Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h117 LLVM_ABI Expected<FileCache> localCache(
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCaching.cpp29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h220 localCache("ThinLTO", CachePrefix, OrigCache.getCacheDirectoryPath(), in StreamCacheData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp63 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp201 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp189 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp324 cache = check(localCache("ThinLTO", "Thin", ctx.arg.thinLTOCacheDir, in compile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp487 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp269 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()