Get information specifying how to pass one return value.
(&self, sig: Sig, idx: usize)
| 1001 | |
| 1002 | /// Get information specifying how to pass one return value. |
| 1003 | pub fn get_ret(&self, sig: Sig, idx: usize) -> ABIArg { |
| 1004 | self.rets(sig)[idx].clone() |
| 1005 | } |
| 1006 | |
| 1007 | /// Get the number of arguments expected. |
| 1008 | pub fn num_args(&self, sig: Sig) -> usize { |