aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAgeFilesLines
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-9/+360
* [Object]David Meyer2012-03-091-2/+4
* [Object]David Meyer2012-03-011-1/+32
* [Object]David Meyer2012-03-011-1/+264
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-5/+15
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-38/+15
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-281-20/+83
* Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer2012-02-271-1487/+0
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-121-0/+2970