Home
last modified time | relevance | path

Searched defs:CacheKeyHash (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dincremental_cache.rs112 pub struct CacheKeyHash([u8; 32]); struct
114 impl core::fmt::Display for CacheKeyHash { implementation
165 pub fn compute_cache_key(isa: &dyn TargetIsa, func: &Function) -> CacheKeyHash { in compute_cache_key()