Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
vdloc_t Class Reference
Inheritance diagram for vdloc_t:
scif_t

Public Member Functions

int reg1 () const
 
void _set_reg1 (int r1)
 
void set_reg1 (int r1)
 
const char * dstr (int width=0) const
 
 DECLARE_COMPARISONS (vdloc_t)
 
bool is_aliasable (const mba_t *mb, int size) const
 

Detailed Description

Examples
hexrays_sample18.cpp, and hexrays_sample4.cpp.

Definition at line 1082 of file hexrays.hpp.

Member Function Documentation

◆ _set_reg1()

void vdloc_t::_set_reg1 ( int  r1)

Definition at line 1094 of file hexrays.hpp.

◆ dstr()

const char * vdloc_t::dstr ( int  width = 0) const

Definition at line 9988 of file hexrays.hpp.

◆ is_aliasable()

bool vdloc_t::is_aliasable ( const mba_t mb,
int  size 
) const

Definition at line 10000 of file hexrays.hpp.

◆ reg1()

int vdloc_t::reg1 ( ) const

Definition at line 1089 of file hexrays.hpp.

◆ set_reg1()

void vdloc_t::set_reg1 ( int  r1)

Definition at line 1097 of file hexrays.hpp.