llvm/lib/ObjectYAML
Chris Bieneman 7593509c1b [obj2yaml][yaml2obj] Support for MachO lazy bindings
This adds support for YAML round tripping dyld info lazy bindings. The storage and format of these is the same as regular bind opcodes, they are just interpreted differently by dyld, and can have DONE opcodes in the middle of the opcode lists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270920 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-26 21:29:39 +00:00
..
CMakeLists.txt [ObjectYAML] Support Thin MachO headers to YAML 2016-05-12 16:04:16 +00:00
COFFYAML.cpp Forgot to commit this with r263692 2016-03-17 16:55:11 +00:00
ELFYAML.cpp [lanai] Add Lanai backend. 2016-03-28 13:09:54 +00:00
LLVMBuild.txt
MachOYAML.cpp [obj2yaml][yaml2obj] Support for MachO lazy bindings 2016-05-26 21:29:39 +00:00
YAML.cpp