aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Object.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-01[Binary] Promote OffloadBinary to inherit from BinaryJoseph Huber1-0/+2
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille1-0/+1
2021-10-05[llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O...Simon Pilgrim1-6/+3
2019-09-19[Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov1-1/+1
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-4/+4
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-4/+4
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-4/+4
2019-05-25[LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann1-0/+15
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-4/+4
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-4/+4
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-4/+4
2019-04-09[LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann1-0/+28
2019-04-07[LLVM-C] Allow Access to the Type of a BinaryRobert Widmann1-0/+46
2019-04-05[LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann1-0/+28
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-17Use llvm::copy. NFCFangrui Song1-1/+1
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere1-3/+3
2018-02-20Report fatal error in the case of out of memorySerge Pavlov1-1/+1
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov1-1/+1
2018-02-15Report fatal error in the case of out of memorySerge Pavlov1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby1-3/+8
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-3/+8
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby1-3/+8
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+5
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-1/+3
2015-07-06Remove getRelocationAddress.Rafael Espindola1-7/+0
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola1-4/+4
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola1-4/+4
2015-06-30Use ErrorOr in getRelocationAdress.Rafael Espindola1-4/+4
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-3/+1
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-4/+1
2015-06-29Don't return error_code from function that never fails.Rafael Espindola1-4/+1
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola1-1/+1
2015-06-03Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola1-7/+1
2015-06-01Simplify another function that doesn't fail.Rafael Espindola1-4/+1
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-12/+3
2014-09-05Restore the ability to check if LLVMCreateObjectFile was successfulBjorn Steinbrink1-3/+4
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-18/+25
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+3
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola1-1/+3
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-15/+14
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola1-7/+0
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-6/+6
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-10/+3
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola1-1/+3
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola1-4/+1