IDA C++ SDK 9.2
Loading...
Searching...
No Matches
aloc_visitor_t Struct Referenceabstract

Visit all argument locations. More...

#include <typeinf.hpp>

Public Member Functions

virtual int idaapi visit_location (argloc_t &v, int off, int size)=0
virtual ~aloc_visitor_t ()

Detailed Description

Visit all argument locations.

The callback will not receive ALOC_DIST/ALOC_REG2 types, they will be converted into smaller argloc types (ALOC_REG1 or other)

Constructor & Destructor Documentation

◆ ~aloc_visitor_t()

virtual aloc_visitor_t::~aloc_visitor_t ( )
inlinevirtual

Member Function Documentation

◆ visit_location()

virtual int idaapi aloc_visitor_t::visit_location ( argloc_t & v,
int off,
int size )
pure virtual

The documentation for this struct was generated from the following file: