Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DCaching.h32 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp381 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp1097 Cache = check(localCache(options::cache_dir, AddBuffer)); in runLTO()