diff options
| author | Orlando Cazalet-Hyams <orlando.hyams@sony.com> | 2025-10-29 15:23:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-29 15:23:46 +0000 |
| commit | aa5fe56db4777dc1dbd8e114090711068e76c770 (patch) | |
| tree | d603e0645fe182c2ba17e817c917e44cd4f55c3d /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
| parent | 9b513ad505ff606f66efe8ece35351eeabc4133a (diff) | |
| download | llvm-aa5fe56db4777dc1dbd8e114090711068e76c770.zip llvm-aa5fe56db4777dc1dbd8e114090711068e76c770.tar.gz llvm-aa5fe56db4777dc1dbd8e114090711068e76c770.tar.bz2 | |
[DebugInfo] Add dataSize to DIBasicType to add DW_AT_bit_size to _BitInt types (#164372)
DW_TAG_base_type DIEs are permitted to have both byte_size and bit_size
attributes "If the value of an object of the given type does not fully
occupy the storage described by a byte size attribute"
* Add DataSizeInBits to DIBasicType (`DIBasicType(... dataSize: n ...)` in IR).
* Change Clang to add DataSizeInBits to _BitInt type metadata.
* Change LLVM to add DW_AT_bit_size to base_type DIEs that have non-zero
DataSizeInBits.
TODO: Do we need to emit DW_AT_data_bit_offset for big endian targets?
See discussion on the PR.
Fixes [#61952](https://github.com/llvm/llvm-project/issues/61952)
---------
Co-authored-by: David Stenberg <david.stenberg@ericsson.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
