summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Object.cpp
AgeCommit message (Expand)Author
2025-08-04[DirectX] Add ObjectFile boilerplate for objdump (#151434)Chris B
2025-05-18[llvm] Remove unused local variables (NFC) (#140422)Kazu Hirata
2022-06-01[Binary] Promote OffloadBinary to inherit from BinaryJoseph Huber
2022-01-21[llvm] Cleanup header dependencies in ADT and Supportserge-sans-paille
2021-10-05[llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O...Simon Pilgrim
2019-09-19[Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-05-25[LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song
2019-04-09[LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann
2019-04-07[LLVM-C] Allow Access to the Type of a BinaryRobert Widmann
2019-04-05[LLVM-C] Begin to Expose A More General Binary InterfaceRobert Widmann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-17Use llvm::copy. NFCFangrui Song
2018-11-11[Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere
2018-02-20Report fatal error in the case of out of memorySerge Pavlov
2018-02-15Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov
2018-02-15Report fatal error in the case of out of memorySerge Pavlov
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola
2015-07-06Remove getRelocationAddress.Rafael Espindola
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola
2015-06-30Use ErrorOr in getRelocationAdress.Rafael Espindola
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola
2015-06-29Don't return error_code from function that never fails.Rafael Espindola
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola
2015-06-03Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola
2015-06-01Simplify another function that doesn't fail.Rafael Espindola
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-09-05Restore the ability to check if LLVMCreateObjectFile was successfulBjorn Steinbrink
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-04-21Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola