IDA C++ SDK 9.2
|
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 () |
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)
|
inlinevirtual |
|
pure virtual |