Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DCaching.h32 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DLTO.cpp110 lto::localCache(config->thinLTOCacheDir, in compile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp168 cache = check(lto::localCache( in compile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp310 lto::localCache(config->thinLTOCacheDir, in compile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp381 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()