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