This is an incomplete try to change offsets from 32-bit to 64-bit in DataExtractor.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
In a few cases it may be beneficial to reorder struct elements such that groups of 32-bit or smaller elements aren't interrupted by a 64-bit element for better packing.
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | ||
---|---|---|
57 | this probably needs to become 64 bit, too? |
this probably needs to become 64 bit, too?