[COFF] Store Chunk RVAs and section offsets as uint32_t
authorReid Kleckner <rnk@google.com>
Tue, 7 May 2019 20:30:41 +0000 (20:30 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 7 May 2019 20:30:41 +0000 (20:30 +0000)
commit34e9c41164335d7797bd20a8a9f989e5b2ef29df
tree42009cfa1e03906d90db2279b2f5951de84b5d7a
parent3bdb81c26da627894e7f1087f4cd9f6fdf468f08
[COFF] Store Chunk RVAs and section offsets as uint32_t

Saves 8 bytes on SectionChunk, one of the most commonly allocated data
structures.

llvm-svn: 360188
lld/COFF/Chunks.cpp
lld/COFF/Chunks.h