llvm/lib/ObjectYAML
Chris Bieneman 4aa4497a7d [obj2yaml] [yaml2obj] Support for MachO nlist and string table
This commit adds round tripping for MachO symbol data. Symbols are entries in the name list, that contain offsets into the string table which is at the end of the __LINKEDIT segment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271604 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-02 22:54:06 +00:00
..
CMakeLists.txt [ObjectYAML] Support Thin MachO headers to YAML 2016-05-12 16:04:16 +00:00
COFFYAML.cpp [COFF] Expose the PE debug data directory and dump it 2016-06-02 17:10:43 +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 nlist and string table 2016-06-02 22:54:06 +00:00
YAML.cpp