Home
last modified time | relevance | path

Searched refs:SetUInt (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_s390x.cpp62 value.SetUInt(v, reg_info->byte_size); in ReadRegister()
71 value.SetUInt(v, reg_info->byte_size); in ReadRegister()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextDummy.cpp93 value.SetUInt(LLDB_INVALID_ADDRESS, reg_info->byte_size); in ReadRegister()
DRegisterContextHistory.cpp94 value.SetUInt(m_pc_value, reg_info->byte_size); in ReadRegister()
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp381 if (!SetUInt(uval64, reg_info->byte_size)) { in SetValueFromString()
410 if (!SetUInt(ival64, reg_info->byte_size)) { in SetValueFromString()
734 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt() function in RegisterValue
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux.cpp142 value.SetUInt(static_cast<unsigned long>(data), size); in DoReadRegisterValue()
DNativeRegisterContextLinux_mips64.cpp1019 value.SetUInt(*(uint32_t *)target_address, size); in Read_SR_Config()
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp140 if (reg_value.SetUInt(uint_value, reg_info.byte_size)) in WriteRegisterUnsigned()
151 if (reg_value.SetUInt(uint_value, reg_info->byte_size)) in WriteRegisterUnsigned()
/external/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h216 bool SetUInt(uint64_t uint, uint32_t byte_size);
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp98 cfa_reg_value.SetUInt(m_initial_sp, m_cfa_reg_info.byte_size); in GetNonCallSiteUnwindPlanFromAssembly()
386 reg_value.SetUInt(reg_id, reg_info.byte_size); in GetRegisterValue()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp235 success = reg_value.SetUInt(reg_uval, reg_info->byte_size); in ReadPseudoRegister()
/external/llvm-project/lldb/source/Host/common/
DNativeRegisterContext.cpp226 if (!value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp227 if (value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
DRegisterContextUnwind.cpp1030 value.SetUInt(regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()