Searched refs:CraneliftCacheStore (Results 1 – 1 of 1) sorted by relevance
992 struct CraneliftCacheStore(Arc<dyn CacheStore>); struct994 impl cranelift_codegen::incremental_cache::CacheKvStore for CraneliftCacheStore { implementation1013 let mut cache_store = CraneliftCacheStore(cache_ctx.cache_store.clone()); in compile_maybe_cached()