Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCaching.h72 Expected<FileCache> localCache(
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCaching.cpp29 Expected<FileCache> llvm::localCache(const Twine &CacheNameRef, in localCache() function in llvm
/openbsd-src/gnu/llvm/lld/wasm/
H A DLTO.cpp132 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp176 cache = check(localCache("ThinLTO", "Thin", ctx.config.ltoCache, in compile()
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp208 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp63 llvm::localCache("LLDBModuleCache", "lldb-module", path, add_buffer); in DataFileCache()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp331 cache = check(localCache("ThinLTO", "Thin", config->thinLTOCacheDir, in compile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp420 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp220 localCache("Debuginfod-client", ".debuginfod-client", CacheDirectoryPath); in getCachedOrDownloadArtifact()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp1100 Cache = check(localCache("ThinLTO", "Thin", options::cache_dir, AddBuffer)); in runLTO()