diff options
author | Alex Lorenz <arphaman@gmail.com> | 2015-07-13 18:07:26 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2015-07-13 18:07:26 +0000 |
commit | de491f05154cfd4ffcd067a091ed542dd42cf829 (patch) | |
tree | 3dfb5c699008ca845d0a864f90644ceffc0129fd /clang/lib/Basic/Module.cpp | |
parent | 5f4dd92209f599dfd20569e36c5d649417e6df65 (diff) | |
download | llvm-de491f05154cfd4ffcd067a091ed542dd42cf829.zip llvm-de491f05154cfd4ffcd067a091ed542dd42cf829.tar.gz llvm-de491f05154cfd4ffcd067a091ed542dd42cf829.tar.bz2 |
MIR Serialization: Serialize the fixed stack objects.
This commit serializes the fixed stack objects, including fixed spill slots.
The fixed stack objects are serialized using a YAML sequence of YAML inline
mappings. Each mapping has the object's ID, type, size, offset, and alignment.
The objects that aren't spill slots also serialize the isImmutable and isAliased
flags.
The fixed stack objects are a part of the machine function's YAML mapping.
Reviewers: Duncan P. N. Exon Smith
llvm-svn: 242045
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions