Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_s390x.cpp62 value.SetUInt(v, reg_info->byte_size); in ReadRegister()
71 value.SetUInt(v, reg_info->byte_size); in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp93 value.SetUInt(LLDB_INVALID_ADDRESS, reg_info->byte_size); in ReadRegister()
H A DRegisterContextHistory.cpp94 value.SetUInt(m_pc_value, reg_info->byte_size); in ReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp358 if (!SetUInt(uval64, reg_info->byte_size)) { in SetValueFromString()
386 if (!SetUInt(ival64, reg_info->byte_size)) { in SetValueFromString()
709 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt() function in RegisterValue
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp151 if (reg_value.SetUInt(uint_value, reg_info->byte_size)) in WriteRegisterUnsigned()
161 if (reg_value.SetUInt(uint_value, reg_info.byte_size)) in WriteRegisterUnsigned()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h225 bool SetUInt(uint64_t uint, uint32_t byte_size); in SetFloat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp98 cfa_reg_value.SetUInt(m_initial_sp, m_cfa_reg_info.byte_size); in GetNonCallSiteUnwindPlanFromAssembly()
374 reg_value.SetUInt(reg_id, reg_info.byte_size); in GetRegisterValue()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp231 if (!value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp198 success = reg_value.SetUInt(reg_uval, reg_info->byte_size); in ReadPseudoRegister()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp221 if (value.SetUInt(uval, reg_info->byte_size)) in CopyFromRegisterContext()
H A DRegisterContextUnwind.cpp1144 value.SetUInt(regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()