reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1361     reg_value.SetUInt32(*ai);
 1384       reg_value.SetUInt32(*ai);
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  752     reg_value.SetUInt32(arg);
  763   reg_value.SetUInt32(return_addr);
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1364     reg_value.SetUInt32(*ai);
 1388       reg_value.SetUInt32(*ai);
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  241     reg_value.SetUInt32(arg);
  251   reg_value.SetUInt32(return_addr);
  449         fstat_value.SetUInt32(value_fstat_u32);
  450         ftag_value.SetUInt32(value_ftag_u32);
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  632       reg_value.SetUInt32(*ai);
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  538     reg_value.SetUInt32(*(uint32_t *)src);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 1150     value.SetUInt32(gpr.r[reg - gpr_r0]);
 1185     value.SetUInt32(fpu.floats.s[reg], RegisterValue::eTypeFloat);
 1189     value.SetUInt32(fpu.fpscr);
 1193     value.SetUInt32(exc.exception);
 1196     value.SetUInt32(exc.fsr);
 1199     value.SetUInt32(exc.far);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  396       value.SetUInt32(retval_lower32);
  519     value.SetUInt32(fpu.fpsr);
  523     value.SetUInt32(fpu.fpcr);
  527     value.SetUInt32(exc.exception);
  530     value.SetUInt32(exc.esr);
tools/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
   92         value.SetUInt32(reg_value, RegisterValue::eTypeFloat);
  102         value.SetUInt32(reg_value, RegisterValue::eTypeDouble);
  117         value.SetUInt32(reg_value, RegisterValue::eTypeLongDouble);
tools/lldb/source/Utility/RegisterValue.cpp
  243       SetUInt32(src.GetMaxU32(&src_offset, src_len));
  739     SetUInt32(uint);