summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/MachODumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Generic hex-dump optionPaul Semel2018-07-251-21/+0
* [llvm-readobj] Add -hex-dump (-x) optionPaul Semel2018-07-111-0/+21
* [llvm-readobj] Consistent use of ScopedPrinterSam Clegg2018-01-101-5/+4
* [llvm-readobj] Support -needed-libs option for Mach-O filesPetr Hosek2018-01-081-0/+30
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-1/+19
* [Stackmap] Added callsite counts to emitted function information.Sanjoy Das2016-09-141-2/+2
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-031-6/+5
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-2/+2
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-3/+8
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-1/+2
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-30/+38
* [llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.Davide Italiano2015-09-221-2/+2
* [llvm-readobj] MachO -- dump LinkerOptions load command.Davide Italiano2015-09-091-0/+20
* [llvm-readobj] MachO: dump the correct field.Davide Italiano2015-09-041-1/+1
* [llvm-readobj] Dump MachO indirect symbols.Davide Italiano2015-09-031-0/+17
* [llvm-readobj] MachO: Dump segment command.Davide Italiano2015-09-021-0/+79
* [llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano2015-09-011-0/+4
* [llvm-readobj] Dump MachO Dysymtab command.Davide Italiano2015-08-311-0/+28
* [llvm-readobj] Add support for dumping MachO min version load command.Davide Italiano2015-08-271-0/+38
* [llvm-readobj] Add support for MachO DataInCodeDataCommand.Davide Italiano2015-08-211-0/+25
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+3
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-201-11/+7
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-3/+5
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-2/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-3/+1
* [StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames2015-06-261-0/+31
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-1/+1
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-181-17/+29
* Remove unused variable, found with gcc-5.1 -Wunused-variable.Patrik Hagglund2015-04-271-25/+0
* Implement MachODumper::printFileHeadersFrederic Riss2014-11-171-1/+175
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-5/+2
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-261-3/+8
* Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper2014-08-301-6/+6
* llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2014-07-041-6/+18
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-5/+4
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-27/+24
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-19/+16
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-41/+34
* Fix warning about mismatched signs in comparison.Rafael Espindola2014-03-061-1/+1
* Fix the printing of n_type.Rafael Espindola2014-03-061-4/+7
* Use the existing N_STAB from the MachO namespace.Rafael Espindola2014-03-061-5/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-6/+6
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-14/+14
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-23/+7
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+0
* Remove several unused variables.Rafael Espindola2013-10-011-2/+0
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-33/+33
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-33/+33
OpenPOWER on IntegriCloud