summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Object.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+4
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-4/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+4
* [LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann2019-05-251-0/+15
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+4
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-4/+4
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-0/+28
* [LLVM-C] Allow Access to the Type of a BinaryRobert Widmann2019-04-071-0/+46
* [LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann2019-04-051-0/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-3/+3
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+1
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-3/+8
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-3/+8
* 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
OpenPOWER on IntegriCloud