aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Reland [llvm-objdump] Use a counter for llvm-objdump -h instead of the sectio...Jordan Rupprecht1-1/+13
2019-10-17Revert r374931 "[llvm-objdump] Use a counter for llvm-objdump -h instead of t...Hans Wennborg1-13/+1
2019-10-15[llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.Jordan Rupprecht1-1/+13
2019-08-27[llvm-objdump] - Remove one overload of reportError. NFCI.George Rimar1-4/+3
2019-08-21[llvm-objdump] - Cleanup the error reporting.George Rimar1-9/+6
2019-08-20[llvm-objdump] - Remove one of `report_error` functions and improve the error...George Rimar1-3/+3
2019-08-15[llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp1-1/+1
2019-08-05Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp1-1/+1
2019-08-04[llvm-objdump] Re-commit r367284.Michael Pozulp1-1/+1
2019-07-30Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp1-1/+1
2019-07-30[llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp1-1/+1
2019-04-15[llvm-objdump] Delete unused forward declarationsFangrui Song1-2/+0
2019-04-15[llvm-objdump] Reorganize cl::opt variables and move Mach-O specifics to Mach...Fangrui Song1-38/+0
2019-04-09[llvm-objdump] Migrate some functions from std::error_code to ErrorFangrui Song1-1/+0
2019-04-08[llvm-objdump] Migrate relocation handling functions from error_code to ErrorFangrui Song1-16/+13
2019-04-07[llvm-objdump] Simplify Expected<T> handling with unwrapOrErrorFangrui Song1-11/+14
2019-02-25[llvm-objdump] Add `Version References` dumperXing GUO1-0/+1
2019-01-28[llvm-objdump] - Print LMAs when dumping section headers.George Rimar1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-18[llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...George Rimar1-7/+76
2019-01-15[llvm-objdump] - Cleanup the code. NFCI.George Rimar1-28/+28
2018-08-20[llvm-objdump] Add ability to demangle COFF symbols.Zachary Turner1-1/+1
2018-08-03objdump: Better handling of Mach-O universal binariesDave Lee1-0/+2
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel1-0/+1
2018-07-18[llvm-objdump] Add -demangle (-C) optionPaul Semel1-0/+2
2018-07-11Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel1-2/+0
2018-07-11[llvm-objdump] Add -demangle (-C) optionPaul Semel1-0/+2
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel1-0/+1
2018-06-27[llvm-objdump] Add -x --all-headers optionsFangrui Song1-0/+1
2018-06-07[llvm-objdump] Add -R optionPaul Semel1-0/+2
2017-03-20Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby1-8/+8
2017-02-08llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool1-0/+1
2016-11-30[WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff1-0/+1
2016-11-16General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby1-0/+1
2016-08-18llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool1-0/+2
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby1-0/+1
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-3/+8
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-1/+9
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+2
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-0/+1
2016-01-26Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky1-0/+2
2016-01-13For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby1-0/+2
2015-12-29[llvm-objdump] Mark noreturn function as such.Davide Italiano1-1/+2
2015-12-20[llvm-objdump] Move COFF function to where it belongs.Davide Italiano1-0/+1
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper1-2/+0
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper1-0/+2
2015-12-08[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano1-0/+1
2015-08-05[llvm-objdump] Call exit(1) on error, i.e. fail early.Davide Italiano1-1/+1
2015-07-29[llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...Colin LeMahieu1-2/+1
2015-07-29[llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu1-1/+2