aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/Binary.h
AgeCommit message (Expand)Author
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola
2013-04-08Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola
2013-01-09[Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi
2012-10-11Remove unnecessary classof()'sSean Silva
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-03-19[Object/COFF]: Expose getSectionName.Michael J. Spencer
2012-03-09[Object]David Meyer
2011-06-25Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer
2011-06-25Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer
2011-06-13Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer
2011-06-13Revert the last two commits in the series. r132911, r132912.Michael J. Spencer
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer
2011-06-13Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer