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 | 241 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 D | ABIMacOSX_i386.cpp | 221 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 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 | 739 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 D | ABIMacOSX_arm.cpp | 1723 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 D | ABISysV_arm.cpp | 1869 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 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 | 2102 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
|
H A D | Process.cpp | 2408 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
|