| 10 | const_name("Optional[Union[lief.assembly.aarch64.REG, int]]")); |
| 11 | |
| 12 | bool from_python(handle src, uint8_t, cleanup_list *) noexcept { |
| 13 | return false; |
| 14 | } |
| 15 | |
| 16 | static handle from_cpp(LIEF::assembly::aarch64::operands::Memory::offset_t val, |
| 17 | rv_policy, cleanup_list *) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected