Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DCaching.h34 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DCaching.cpp31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp119 Cache = check(lto::localCache( in compile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp236 lto::localCache(Config->ThinLTOCacheDir, in compile()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp315 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()