Home
last modified time | relevance | path

Searched refs:GetMaxU32 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp241 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
260 uint32_t raw_value_low = data.GetMaxU32(&offset, 4); in SetReturnValueObject()
262 uint32_t raw_value_high = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
271 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
279 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
H A DABIMacOSX_i386.cpp221 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
226 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject()
231 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp192 SetUInt8(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
194 SetUInt16(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
196 SetUInt32(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
H A DDataExtractor.cpp519 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32() function in DataExtractor
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp739 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
744 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject()
748 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1723 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
1728 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject()
1732 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
H A DABISysV_arm.cpp1869 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
1874 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject()
1879 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataExtractor.h462 uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2102 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
H A DProcess.cpp2408 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()