summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-3/+8
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+5
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-1/+3
* Remove getRelocationAddress.Rafael Espindola2015-07-061-7/+0
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-4/+4
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-4/+4
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-301-4/+4
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-3/+1
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-4/+1
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-1/+1
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-031-7/+1
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-4/+1
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-12/+3
* Restore the ability to check if LLVMCreateObjectFile was successfulBjorn Steinbrink2014-09-051-3/+4
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-18/+25
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+3
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-1/+3
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-15/+14
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-7/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-6/+6
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-10/+3
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-221-1/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-4/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+39
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-2/+9
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-9/+2
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-2/+9
* Expose relocation accessors through the libObject C API.Owen Anderson2011-10-271-0/+45
* Add relocation iterators to the libObject C API.Owen Anderson2011-10-271-0/+23
* Use LLVMBool for a function that logically returns a boolean value.Owen Anderson2011-10-211-1/+1
* Bind libObject API for obtaining the section containing a Symbol.Owen Anderson2011-10-211-0/+6
* Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson2011-10-211-0/+69
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-2/+2
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-2/+2
* Change relocation API to be per section.Michael J. Spencer2011-10-071-2/+2
* Object: Add proper error handling.Michael J. Spencer2011-06-251-6/+15
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-031-0/+59
OpenPOWER on IntegriCloud