Searched refs:localCache (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Caching.h | 72 Expected<FileCache> localCache(
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Caching.cpp | 29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache() function in llvm
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | LTO.cpp | 132 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | LTO.cpp | 176 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | LTO.cpp | 208 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 63 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LTO.cpp | 331 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 420 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 220 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 1100 Cache = check(localCache("ThinLTO", "Thin", options::cache_dir, AddBuffer)); in runLTO()
|