set instruction's argument as a function.
(self, name: str)
| 80 | return _ffi_api.ExecBuilderC(self, idx) # type: ignore |
| 81 | |
| 82 | def f(self, name: str) -> int: |
| 83 | """set instruction's argument as a function.""" |
| 84 | return _ffi_api.ExecBuilderF(self, name) # type: ignore |
| 85 | |
| 86 | def void_arg(self) -> int: |
| 87 | return self.r(SpecialReg.VOID_ARG) |
no outgoing calls