Home
last modified time | relevance | path

Searched refs:SetBytes (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp74 value.SetBytes(&v, reg_info->byte_size, m_fpr.GetByteOrder()); in ReadRegister()
83 value.SetBytes(v, reg_info->byte_size, m_vmx.GetByteOrder()); in ReadRegister()
105 value.SetBytes(&v, reg_info->byte_size, m_vsx.GetByteOrder()); in ReadRegister()
111 value.SetBytes(v, reg_info->byte_size, m_vmx.GetByteOrder()); in ReadRegister()
H A DRegisterContextPOSIXCore_powerpc.cpp78 value.SetBytes(v, reg_info->byte_size, m_vec.GetByteOrder()); in ReadRegister()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp150 void EventDataBytes::SetBytes(const void *src, size_t src_len) { SetBytes() function in EventDataBytes
H A DRegisterValue.cpp280 reg_value->SetBytes(&(bytes.front()), byte_size, eByteOrderLittle); in ParseVectorEncoding()
727 void RegisterValue::SetBytes(const void *bytes, size_t length, in SetBytes() function in RegisterValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h88 SetBytes(bytes.data(), bytes.size(), byte_order); in RegisterValue()
242 void SetBytes(const void *bytes, size_t length, lldb::ByteOrder byte_order);
H A DEvent.h
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h73 void SetBytes(const void *bytes, int len);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.cpp111 reg_value.SetBytes(m_reg_data.data() + reg_info->byte_offset, in ReadRegister()
H A DNativeRegisterContextFreeBSD_mips64.cpp139 reg_value.SetBytes(m_reg_data.data() + reg_info->byte_offset, in ReadRegister()
H A DNativeRegisterContextFreeBSD_x86_64.cpp453 reg_value.SetBytes(data, reg_info->byte_size, endian::InlHostByteOrder()); in ReadRegister()
463 reg_value.SetBytes(ymm.bytes, reg_info->byte_size, in ReadRegister()
H A DNativeRegisterContextFreeBSD_powerpc.cpp190 reg_value.SetBytes(m_reg_data.data() + reg_info->byte_offset, in ReadRegister()
H A DNativeRegisterContextFreeBSD_arm64.cpp140 reg_value.SetBytes(m_reg_data.data() + reg_info->byte_offset, in WriteRegister()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp50 SetBytes(bytes, len); in Value()
88 void Value::SetBytes(const void *bytes, int len) { in SetBytes() function in Value
H A DValueObjectVariable.cpp142 m_value.SetBytes(m_data.GetDataStart(), m_data.GetByteSize()); in UpdateValue()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp428 reg_value.SetBytes(data, reg_info->byte_size, endian::InlHostByteOrder()); in ReadRegister()
438 reg_value.SetBytes(ymm.bytes, reg_info->byte_size, in ReadRegister()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h436 void SetBytes(llvm::ArrayRef<uint8_t> stringbytes);
454 void SetBytes(llvm::ArrayRef<uint8_t> stringbytes);
H A DPythonDataObjects.cpp302 PythonBytes::PythonBytes(llvm::ArrayRef<uint8_t> bytes) { SetBytes(bytes); } in PythonBytes()
305 SetBytes(llvm::ArrayRef<uint8_t>(bytes, length)); in PythonBytes()
331 void PythonBytes::SetBytes(llvm::ArrayRef<uint8_t> bytes) { in SetBytes() function in PythonBytes
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1526 value.SetBytes(buffer.GetBytes(), buffer.GetByteSize()); in GetReturnValuePassedInMemory()
1636 value.SetBytes(buffer.GetBytes(), *byte_size); in GetReturnValueObjectImpl()
1761 value.SetBytes(&raw_value, *byte_size); in GetReturnValueObjectImpl()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.cpp720 value.SetBytes(fpu.stmm[reg - fpu_stmm0].bytes, reg_info->byte_size, in ReadRegister()
740 value.SetBytes(fpu.xmm[reg - fpu_xmm0].bytes, reg_info->byte_size, in ReadRegister()
H A DRegisterContextDarwin_arm64.cpp424 value.SetBytes(fpu.v[reg - fpu_v0].bytes, reg_info->byte_size, in ReadRegister()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp452 f0_value.SetBytes(buffer, 8, byte_order); in SetReturnValueObject()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp372 xmm0_value.SetBytes(buffer, 16, byte_order); in SetReturnValueObject()
H A DABISysV_x86_64.cpp365 xmm0_value.SetBytes(buffer, 16, byte_order); in SetReturnValueObject()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp459 value.SetBytes(heap_data_up.release(), byte_size); in GetValObjFromIntRegs()