aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/MachOObjectFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132911 91177308-0d34-0410-b5e6-96231b3b80d8
* Use enums for constant values.Eric Christopher2011-04-221-12/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129984 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the file format strings a little prettier for mach-o.Eric Christopher2011-04-221-16/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129980 91177308-0d34-0410-b5e6-96231b3b80d8
* Add an ObjectFile implementation for mach-o.Eric Christopher2011-04-221-0/+330
Patch by Patrick Walton! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129974 91177308-0d34-0410-b5e6-96231b3b80d8