OSDN Git Service

DWARF: Reorder fields to reduce padding.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Sep 2011 18:34:47 +0000 (18:34 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 14 Sep 2011 18:34:47 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139712 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFDebugArangeSet.h

index 56bebc5..9a2a6d0 100644 (file)
@@ -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;