Searched refs:localCache (Results 1 – 5 of 5) sorted by relevance
34 Expected<NativeObjectCache> localCache(StringRef CacheDirectoryPath,
31 Expected<NativeObjectCache> lto::localCache(StringRef CacheDirectoryPath, in localCache() function in lto
119 Cache = check(lto::localCache( in compile()
236 lto::localCache(Config->ThinLTOCacheDir, in compile()
315 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()