Searched refs:localCache (Results 1 – 4 of 4) sorted by relevance
32 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
381 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()
1097 Cache = check(localCache(options::cache_dir, AddBuffer)); in runLTO()