Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_i386.cpp240 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()
DABIMacOSX_i386.cpp220 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/
DRegisterValue.cpp212 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()
DDataExtractor.cpp521 uint32_t DataExtractor::GetMaxU32(offset_t *offset_ptr, in GetMaxU32() function in DataExtractor
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips.cpp738 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/
DDataExtractor.h451 uint32_t GetMaxU32(lldb::offset_t *offset_ptr, size_t byte_size) const;
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
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()
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()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1903 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()
DProcess.cpp2385 scalar = data.GetMaxU32(&offset, byte_size); in ReadScalarIntegerFromMemory()