summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ObjectFile.h
Commit message (Expand)AuthorAge
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Handle getting UnknownAddressOrSize or section_end().Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* Delete unused ObjectFile::{begin,end}_symbols()Alexey Samsonov2014-03-14
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Remove unused method.Rafael Espindola2013-04-29
* Remove unused argument.Rafael Espindola2013-04-07
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* Grammar-o.Eric Christopher2012-10-19
* Remove unnecessary classof()'sSean Silva2012-10-11
* Formatting and 80-col.Eric Christopher2012-10-10
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-21
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-18
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-10
* [Object]David Meyer2012-03-09
* [Object]David Meyer2012-03-01
* [Object]David Meyer2012-03-01
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-29
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-12