summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugArangeSet.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-14 18:34:47 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-14 18:34:47 +0000
commitd6361c0954247c4b5978b7f3dc5f42bcfa6bafc7 (patch)
tree0babe76053d1d7faaf4b12dac643697d988429b3 /lib/DebugInfo/DWARFDebugArangeSet.h
parent1d2fd75e3b60314210934078915aa573a2727854 (diff)
downloadllvm-d6361c0954247c4b5978b7f3dc5f42bcfa6bafc7.tar.gz
llvm-d6361c0954247c4b5978b7f3dc5f42bcfa6bafc7.tar.bz2
llvm-d6361c0954247c4b5978b7f3dc5f42bcfa6bafc7.tar.xz
DWARF: Reorder fields to reduce padding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugArangeSet.h')
-rw-r--r--lib/DebugInfo/DWARFDebugArangeSet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/DebugInfo/DWARFDebugArangeSet.h b/lib/DebugInfo/DWARFDebugArangeSet.h
index 56bebc5379..9a2a6d0f00 100644
--- a/lib/DebugInfo/DWARFDebugArangeSet.h
+++ b/lib/DebugInfo/DWARFDebugArangeSet.h
@@ -23,11 +23,11 @@ public:
// The total length of the entries for that set, not including the length
// field itself.
uint32_t Length;
- // The DWARF version number.
- uint16_t Version;
// The offset from the beginning of the .debug_info section of the
// compilation unit entry referenced by the table.
uint32_t CuOffset;
+ // The DWARF version number.
+ uint16_t Version;
// The size in bytes of an address on the target architecture. For segmented
// addressing, this is the size of the offset portion of the address.
uint8_t AddrSize;