Returns true if Spectre mitigations are enabled for table element accesses.
(&self)
| 327 | /// Returns true if Spectre mitigations are enabled for table element |
| 328 | /// accesses. |
| 329 | pub fn table_access_spectre_mitigation(&self) -> bool { |
| 330 | self.table_access_spectre_mitigation |
| 331 | } |
| 332 | |
| 333 | pub(crate) fn callee_sig<'b, A>(&'b mut self, callee: &'b Callee) -> Result<&'b ABISig> |
| 334 | where |
no outgoing calls
no test coverage detected