Searched refs:GetMaxU32 (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/Plugins/ABI/MacOSX-i386/ |
D | ABIMacOSX_i386.cpp | 704 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 711 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 716 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
/external/lldb/source/Core/ |
D | RegisterValue.cpp | 351 case eTypeUInt8: SetUInt8 (src.GetMaxU32 (&src_offset, src_len)); break; in SetValueFromData() 352 case eTypeUInt16: SetUInt16 (src.GetMaxU32 (&src_offset, src_len)); break; in SetValueFromData() 353 case eTypeUInt32: SetUInt32 (src.GetMaxU32 (&src_offset, src_len)); break; in SetValueFromData()
|
D | DataExtractor.cpp | 622 DataExtractor::GetMaxU32 (offset_t *offset_ptr, size_t byte_size) const in GetMaxU32() function in DataExtractor
|
/external/lldb/source/Plugins/ABI/MacOSX-arm/ |
D | ABIMacOSX_arm.cpp | 542 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes); in SetReturnValueObject() 549 uint32_t raw_value = data.GetMaxU32(&offset, 4); in SetReturnValueObject() 554 uint32_t raw_value = data.GetMaxU32(&offset, num_bytes - offset); in SetReturnValueObject()
|
/external/lldb/include/lldb/Core/ |
D | DataExtractor.h | 639 GetMaxU32 (lldb::offset_t *offset_ptr, size_t byte_size) const;
|
/external/lldb/source/Target/ |
D | Target.cpp | 1462 scalar = data.GetMaxU32 (&offset, byte_size); in ReadScalarIntegerFromMemory()
|
D | Process.cpp | 2697 scalar = data.GetMaxU32 (&offset, byte_size); in ReadScalarIntegerFromMemory()
|