(&self)
| 108 | } |
| 109 | |
| 110 | fn isa_flags_hash_key(&self) -> IsaFlagsHashKey<'_> { |
| 111 | IsaFlagsHashKey(self.isa_flags.hash_key()) |
| 112 | } |
| 113 | |
| 114 | fn is_branch_protection_enabled(&self) -> bool { |
| 115 | self.isa_flags.use_bti() |
nothing calls this directly
no test coverage detected