summaryrefslogtreecommitdiff
path: root/lib/Object/Object.cpp
AgeCommit message (Expand)Author
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
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2011-11-29Fixed ObjectFile functions:Danil Malyshev
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth
2011-11-27Fixed ObjectFile functions:Danil Malyshev
2011-10-27Expose relocation accessors through the libObject C API.Owen Anderson
2011-10-27Add relocation iterators to the libObject C API.Owen Anderson
2011-10-21Use LLVMBool for a function that logically returns a boolean value.Owen Anderson
2011-10-21Bind libObject API for obtaining the section containing a Symbol.Owen Anderson
2011-10-21Expand the coverage of the libObject C bindings to include more SectionRef ac...Owen Anderson
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Change relocation API to be per section.Michael J. Spencer
2011-06-25Object: Add proper error handling.Michael J. Spencer
2011-04-03Move Object.cpp out of VMCore and into Object.Eric Christopher