Searched refs:localCache (Results 1 – 6 of 6) sorted by relevance
32 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
110 lto::localCache(config->thinLTOCacheDir, in compile()
168 cache = check(lto::localCache( in compile()
310 lto::localCache(config->thinLTOCacheDir, in compile()
381 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()