Searched refs:SetUInt (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_s390x.cpp | 62 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 D | RegisterContextDummy.cpp | 93 value.SetUInt(LLDB_INVALID_ADDRESS, reg_info->byte_size); in ReadRegister()
|
H A D | RegisterContextHistory.cpp | 94 value.SetUInt(m_pc_value, reg_info->byte_size); in ReadRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 358 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 D | EmulateInstruction.cpp | 151 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 D | RegisterValue.h | 225 bool SetUInt(uint64_t uint, uint32_t byte_size); in SetFloat()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 98 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 D | NativeRegisterContext.cpp | 231 if (!value.SetUInt(uval, reg_info->byte_size)) in WriteRegisterFromUnsigned()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulationStateARM.cpp | 198 success = reg_value.SetUInt(reg_uval, reg_info->byte_size); in ReadPseudoRegister()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 221 if (value.SetUInt(uval, reg_info->byte_size)) in CopyFromRegisterContext()
|
H A D | RegisterContextUnwind.cpp | 1144 value.SetUInt(regloc.location.inferred_value, reg_info->byte_size); in ReadRegisterValueFromRegisterLocation()
|