summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2016-06-031-0/+11
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-2/+70
* [Object] Return an error code instead of assertingDavid Majnemer2016-05-281-4/+4
* Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar2016-05-241-0/+4
* Revert r270543 ("Recommit r270540")George Rimar2016-05-241-4/+0
* Recommit r270540George Rimar2016-05-241-0/+4
* Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar2016-05-241-4/+0
* [llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar2016-05-241-0/+4
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-3/+3
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+1
* [COFF] Refactor section alignment calculationDavid Majnemer2016-03-171-1/+1
* [Object][COFF] Revert r258665 - It doesn't do what I had intended.Lang Hames2016-01-251-1/+1
* [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols.Lang Hames2016-01-241-1/+1
* COFF: Teach llvm-objdump how to dump DLL forwarder symbols.Rui Ueyama2016-01-121-0/+24
* Address review comments, remove error case and return 0 instead as required b...Reid Kleckner2015-10-091-7/+8
* [llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner2015-10-091-10/+11
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-14/+10
* COFF: Assign the correct symbol type to internal functions.Peter Collingbourne2015-08-061-2/+2
* [COFF] Consider the ImageBase when reporting section addressesDavid Majnemer2015-07-311-2/+10
* [COFF] Return symbol VAs instead of RVAs for PE filesReid Kleckner2015-07-311-0/+8
* Summary:Martell Malone2015-07-281-0/+4
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-7/+2
* Remove getRelocationAddress.Rafael Espindola2015-07-061-4/+0
* Check that COFF .obj files have sections with zero virtual address spaces.Rafael Espindola2015-07-061-0/+2
* Object/COFF: Do not rely on VirtualSize being 0 in object files.Rui Ueyama2015-07-041-8/+4
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-5/+4
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-3/+6
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-301-2/+1
* Implement containsSymbol with other lower level methods.Rafael Espindola2015-06-301-8/+0
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+2
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-4/+2
* Object/COFF: Define coff_symbol_generic.Rui Ueyama2015-06-301-6/+10
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-8/+2
* Simplify getSymbolType.Rafael Espindola2015-06-261-28/+19
* libObject/COFF: Add a function to get pointers to relocation entries.Rui Ueyama2015-06-251-0/+10
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-241-0/+12
* Add a SymbolRef::getValue.Rafael Espindola2015-06-241-10/+14
* Simplify the logic, NFC.Rafael Espindola2015-06-241-12/+8
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-7/+4
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-13/+0
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-60/+60
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-031-16/+0
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-7/+3
* Stop inventing symbol sizes.Rafael Espindola2015-05-221-52/+3
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-0/+13
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-3/+10
* Move three methods only used by MCJIT to MCJIT.Rafael Espindola2014-12-101-28/+0
OpenPOWER on IntegriCloud