MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / IsaFlagsHashKey

Class IsaFlagsHashKey

cranelift/codegen/src/isa/mod.rs:423–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421/// A wrapper around the ISA-dependent flags types which only implements `Hash`.
422#[derive(Hash)]
423pub struct IsaFlagsHashKey<'a>(&'a [u8]);
424
425/// Function alignment specifications as required by an ISA, returned by
426/// [`TargetIsa::function_alignment`].

Callers 5

isa_flags_hash_keyMethod · 0.85
isa_flags_hash_keyMethod · 0.85
isa_flags_hash_keyMethod · 0.85
isa_flags_hash_keyMethod · 0.85
isa_flags_hash_keyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected