Searched refs:SetUInt (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | RegisterContextPOSIXCore_s390x.cpp | 62 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/ |
D | RegisterContextDummy.cpp | 93 value.SetUInt(LLDB_INVALID_ADDRESS, reg_info->byte_size); in ReadRegister()
|
D | RegisterContextHistory.cpp | 94 value.SetUInt(m_pc_value, reg_info->byte_size); in ReadRegister()
|
/external/llvm-project/lldb/source/Utility/ |
D | RegisterValue.cpp | 381 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/ |
D | NativeRegisterContextLinux.cpp | 142 value.SetUInt(static_cast<unsigned long>(data), size); in DoReadRegisterValue()
|
D | NativeRegisterContextLinux_mips64.cpp | 1019 value.SetUInt(*(uint32_t *)target_address, size); in Read_SR_Config()
|
/external/llvm-project/lldb/source/Core/ |
D | EmulateInstruction.cpp | 140 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/ |
D | RegisterValue.h | 216 bool SetUInt(uint64_t uint, uint32_t byte_size);
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.cpp | 98 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/ |
D | EmulationStateARM.cpp | 235 success = reg_value.SetUInt(reg_uval, reg_info->byte_size); in ReadPseudoRegister()
|
/external/llvm-project/lldb/source/Host/common/ |
D | NativeRegisterContext.cpp | 226 if (!value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
|
/external/llvm-project/lldb/source/Target/ |
D | RegisterContext.cpp | 227 if (value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
|
D | RegisterContextUnwind.cpp | 1030 value.SetUInt(regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()
|