summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-3/+26
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-10/+10
* Untabify.NAKAMURA Takumi2015-09-221-2/+1
* Reformat blank lines.NAKAMURA Takumi2015-09-221-3/+0
* Reformat comment lines.NAKAMURA Takumi2015-09-221-2/+2
* Reformat.NAKAMURA Takumi2015-09-221-30/+27
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-12/+12
* [MachO] Move trivial accessors to header.Davide Italiano2015-08-251-18/+0
* [MachO] Introduce MinVersion API.Davide Italiano2015-08-251-0/+18
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-13/+9
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-4/+1
* Common symbols don't have a value.Rafael Espindola2015-07-071-3/+2
* Common symbols are not undefined, at least for ObjectFile.Rafael Espindola2015-07-071-3/+2
* Simplify, NFC.Rafael Espindola2015-07-071-3/+2
* Remove getRelocationAddress.Rafael Espindola2015-07-061-9/+7
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-4/+2
* Use getValue instead of getAddress in a few MachO only cases.Rafael Espindola2015-07-031-5/+2
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-4/+2
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-301-4/+2
* Implement containsSymbol with other lower level methods.Rafael Espindola2015-06-301-15/+0
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+2
* Move function to the only file that uses it.Rafael Espindola2015-06-301-24/+0
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-7/+5
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-10/+5
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-6/+3
* Simplify getSymbolType.Rafael Espindola2015-06-261-15/+7
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-241-0/+10
* Add a SymbolRef::getValue.Rafael Espindola2015-06-241-7/+10
* Refactor duplicated code. NFC.Rafael Espindola2015-06-241-27/+19
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-8/+5
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-181-2/+4
* Have MachOObjectFile::isValidArch() accept armv7Frederic Riss2015-06-161-0/+1
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-15/+15
* [Object, MachO] Fixup for r239075: use union to store mach_header and mach_he...Alexey Samsonov2015-06-041-8/+2
* [Object, MachO] Don't crash on incomplete MachO segment load commands.Alexey Samsonov2015-06-041-1/+4
* [Object, MachO] Simplify load segment parsing code. NFC.Alexey Samsonov2015-06-041-52/+30
* [Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov2015-06-041-11/+15
* [Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov2015-06-041-9/+23
* [Object, MachO] Don't crash on parsing invalid MachO header.Alexey Samsonov2015-06-041-4/+29
* [Object, MachO] Remove some code duplication. NFC.Alexey Samsonov2015-06-041-25/+25
* [Object, MachO] Cache parsed MachO header in MachOObjectFile. NFC.Alexey Samsonov2015-06-041-20/+20
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-6/+21
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-031-240/+0
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-6/+3
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-6/+3
* Add RelocVisitor support for MachOKeno Fischer2015-05-301-0/+5
* Stop inventing symbol sizes.Rafael Espindola2015-05-221-46/+6
* Detect invalid section indexes when we first read them.Rafael Espindola2015-05-221-4/+4
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-1/+6
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-2/+2
OpenPOWER on IntegriCloud