Searched refs:GetMaxU32 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABISysV_i386.cpp | 240 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 259 uint32_t raw_value_low = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 261 uint32_t raw_value_high = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject() 270 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 278 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject()
|
D | ABIMacOSX_i386.cpp | 220 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 225 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 230 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
/external/llvm-project/lldb/source/Utility/ |
D | RegisterValue.cpp | 212 SetUInt8(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData() 214 SetUInt16(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData() 216 SetUInt32(src.GetMaxU32(&src_offset, src_len)); in SetValueFromData()
|
D | DataExtractor.cpp | 521 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32() function in DataExtractor
|
/external/llvm-project/lldb/source/Plugins/ABI/Mips/ |
D | ABISysV_mips.cpp | 738 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 743 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 747 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | DataExtractor.h | 451 uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
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()
|
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()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 1903 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
|
D | Process.cpp | 2385 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
|