#include <typeinf.hpp>
◆ ~argtinfo_helper_t()
virtual argtinfo_helper_t::~argtinfo_helper_t |
( |
| ) |
|
|
inlinevirtual |
◆ set_op_tinfo()
virtual bool idaapi argtinfo_helper_t::set_op_tinfo |
( |
const insn_t & | insn, |
|
|
const op_t & | x, |
|
|
const tinfo_t & | tif, |
|
|
const char * | name ) |
|
pure virtual |
Set the operand type as specified.
◆ is_stkarg_load()
virtual bool idaapi argtinfo_helper_t::is_stkarg_load |
( |
const insn_t & | insn, |
|
|
int * | src, |
|
|
int * | dst ) |
|
pure virtual |
Is the current insn a stkarg load?
if yes:
- src: index of the source operand in \insn_t{ops}
- dst: index of the destination operand in \insn_t{ops} \insn_t{ops}[dst].addr is expected to have the stack offset
◆ has_delay_slot()
virtual bool idaapi argtinfo_helper_t::has_delay_slot |
( |
ea_t | | ) |
|
|
inlinevirtual |
The call instruction with a delay slot?.
◆ use_arg_tinfos()
This function is to be called by the processor module in response to ev_use_arg_types.
◆ reserved
size_t argtinfo_helper_t::reserved = 0 |
The documentation for this struct was generated from the following file: