diff options
author | Zachary Turner <zturner@google.com> | 2018-11-09 16:29:19 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-11-09 16:29:19 +0000 |
commit | d2ee4c6ddb065ef74d7e7e6aee7a3f8ada88ae7e (patch) | |
tree | 016c725b2e6dddb18d54a7fe0ee066d4bd88216c /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | d0c71609c52db321555672a7a827488d57b517ca (diff) | |
download | llvm-d2ee4c6ddb065ef74d7e7e6aee7a3f8ada88ae7e.zip llvm-d2ee4c6ddb065ef74d7e7e6aee7a3f8ada88ae7e.tar.gz llvm-d2ee4c6ddb065ef74d7e7e6aee7a3f8ada88ae7e.tar.bz2 |
[NativePDB] Add support for bitfield records.
Bitfields are represented as LF_MEMBER records whose TypeIndex
points to an LF_BITFIELD record that describes the bit width,
bit offset, and underlying type of the bitfield. All we need to
do is resolve these when resolving record types.
llvm-svn: 346511
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions