summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ARMEHABIPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] - Remove 'error(Error EC)' helper.George Rimar2019-08-131-2/+2
* [llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).George Rimar2019-08-091-7/+8
* [llvm-readobj] -u: don't crash when dumping SHT_ARM_EXIDX if .symtab doesn't ...Fangrui Song2019-05-291-3/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama2018-01-121-7/+6
* Attempt to fix inscrutible build break...David Blaikie2017-11-161-1/+1
* llvm-readobj/ARMEHABIPrinter.h: Make this a real/modular headerDavid Blaikie2017-11-161-62/+79
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-161-12/+13
* Remove the last use of report_fatal_error from ELF.h.Rafael Espindola2016-11-031-1/+1
* Add error handling to getEntry.Rafael Espindola2016-11-031-1/+2
* Replace a report_fatal_error with an ErrorOr.Rafael Espindola2016-11-031-1/+1
* Avoid a report_fatal_error in sections().Rafael Espindola2016-11-021-2/+2
* Move llvm-readobj/StreamWriter to Support.Zachary Turner2016-05-031-5/+5
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-2/+9
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola2015-09-021-3/+6
* Don't iterate over all sections in the ELFFile constructor.Rafael Espindola2015-08-101-1/+4
* Delete getDotSymtabSec.Rafael Espindola2015-08-101-7/+8
* Use continue to reduce indentation. NFC.Rafael Espindola2015-08-101-17/+19
* Remove the symbol iteration functions that don't take a symbol table.Rafael Espindola2015-08-071-1/+1
* Replace the last uses of ELF::getSymbolName in llvm-readobj.Rafael Espindola2015-07-211-1/+6
* Remove Elf_Rela_Iter and Elf_Rel_Iter.Rafael Espindola2015-07-201-7/+5
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-1/+4
* Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola2015-06-301-1/+0
* Use range loop.Rafael Espindola2015-06-301-8/+6
* Use range loop.Rafael Espindola2015-06-301-5/+4
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-301-3/+3
* Remove Elf_Sym_Iter.Rafael Espindola2015-06-291-8/+7
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-1/+0
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2014-04-121-8/+3
* tools: cast the right operandSaleem Abdulrasool2014-02-091-1/+1
* tools: explicitly cast to avoid a warningSaleem Abdulrasool2014-02-091-1/+1
* tools: handle out-of-line personality 0 decodingSaleem Abdulrasool2014-02-081-1/+1
* tools: use 64-bit print specifierSaleem Abdulrasool2014-01-211-1/+1
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-211-2/+288
* [cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth2014-01-131-0/+1
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+0
* llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool2014-01-091-18/+10
* llvm-readobj: fix endiannessSaleem Abdulrasool2014-01-091-5/+6
* llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2014-01-081-0/+278
OpenPOWER on IntegriCloud