aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ELFObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-75/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-4/+4
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-121-2/+2
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-091-1/+2
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-0/+1098