Searched refs:GetMaxU32 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.cpp | 243 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 262 uint32_t raw_value_low = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 264 uint32_t raw_value_high = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject() 273 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 281 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
|
| H A D | ABIMacOSX_i386.cpp | 222 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 227 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 232 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 192 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 D | DataExtractor.cpp | 519 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32() function in DataExtractor
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 733 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 738 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 742 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1719 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 1724 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 1728 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
| H A D | ABISysV_arm.cpp | 1866 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 1871 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 1876 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | DataExtractor.h | 462 uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2262 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
|
| H A D | Process.cpp | 2399 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
|