summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/llvm-readobj.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] - Remove `reportError(std::error_code EC, StringRef Input)` he...George Rimar2019-08-221-1/+0
* [llvm-readobj] unwrapOrError: remove unnecessary llvm_unreachable after r369194Fangrui Song2019-08-191-1/+0
* Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error rep...George Rimar2019-08-171-6/+3
* Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the er...George Rimar2019-08-171-3/+6
* [llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.George Rimar2019-08-171-6/+3
* [llvm-readobj] - Remove 'error(Error EC)' helper.George Rimar2019-08-131-3/+2
* [llvm-readobj] - Remove `error(llvm::Expected<T> &&E)`George Rimar2019-08-091-4/+0
* [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).George Rimar2019-08-091-11/+0
* [llvm-readobj] - Remove unwrapOrError(ErrorOr<T> EO) helper.George Rimar2019-08-091-6/+0
* [llvm-readobj/libObject] - Introduce a custom warning handler for `ELFFile<EL...George Rimar2019-08-081-0/+10
* [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx ...George Rimar2019-07-161-0/+1
* [llvm-readobj/llvm-readelf] - Don't fail to dump the object if .dynsym has br...George Rimar2019-06-101-0/+1
* [llvm-readelf] - Rework how we parse the .dynamic section.George Rimar2019-05-201-0/+1
* [llvm-readobj] Delete and inline relocAddressLessFangrui Song2019-05-021-2/+0
* [llvm-readelf] Don't suppress static symbol table with --dyn-symbols + --symbolsJames Henderson2019-01-231-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-readobj][ELF]Add demangling supportJames Henderson2019-01-171-0/+1
* [llvm-readelf] Make llvm-readelf more compatible with GNU readelf.Jordan Rupprecht2018-11-121-9/+0
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich2018-06-281-0/+1
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-031-0/+5
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-1/+1
* [CodeView] Use llvm::Error instead of std::error_code.Zachary Turner2016-08-041-0/+1
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-0/+10
* Fix typo. NFC.Tim Northover2016-03-011-2/+2
* Add a unwrapOrError utility and use it to simplify ELFDumper.cpp.Rafael Espindola2016-02-171-0/+6
* This reverts commit r260488 and r260489.Rafael Espindola2016-02-161-6/+0
* [readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer2016-02-111-0/+6
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-0/+2
* Revert "[llvm-readobj] Option to emit readelf like output"Hemant Kulkarni2016-02-101-2/+0
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-0/+2
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-0/+3
* Fix llvm-readobj build on Windows, match noreturn attribute on reportError in...Reid Kleckner2015-12-041-1/+2
* llvm-readobj: Handle invalid references to the string table.Rafael Espindola2015-07-201-0/+1
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-201-1/+1
* Modify llvm-readobj to dump symbol record bytes.Zachary Turner2015-02-181-1/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-181-0/+1
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-2/+0
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-301-0/+1
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-191-0/+1
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-121-0/+1
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-6/+29
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-0/+22
OpenPOWER on IntegriCloud