aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
AgeCommit message (Expand)Author
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-13Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-04-10Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer
2012-03-09[Object]David Meyer
2012-03-01[Object]David Meyer
2012-03-01[Object]David Meyer
2012-02-29[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer
2012-02-28In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer
2012-02-28[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer
2012-02-27Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer
2012-02-12Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky