(&mut self)
| 343 | |
| 344 | #[inline] |
| 345 | pub fn args_mut(&mut self) -> &mut [ABIArg] { |
| 346 | &mut self.sig_set_abi_args[self.start..] |
| 347 | } |
| 348 | } |
| 349 | |
| 350 | /// Trait implemented by machine-specific backend to provide information about |
no outgoing calls
no test coverage detected