summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-8/+8
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-051-3/+7
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-041-1/+1
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-4/+3
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-301-10/+0
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-24/+8
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-261-14/+33
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-7/+9
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-8/+11
* 80-column.Rui Ueyama2014-01-171-3/+6
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-171-0/+6
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-161-1/+11
* Use static instead of anonymous namespace.Rui Ueyama2014-01-161-8/+4
* Reduce nesting.Rui Ueyama2014-01-161-13/+11
* Use the current local variable naming style.Rui Ueyama2014-01-161-244/+242
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-161-3/+95
* Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama2014-01-161-37/+17
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-68/+0
* Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-021-5/+9
* Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-021-12/+6
* Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-021-2/+4
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-021-4/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-4/+4
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-30/+166
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-166/+30
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-30/+166
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-37/+49
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-46/+36
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-36/+46
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-36/+63
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-4/+2
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-5/+0
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-2/+1
* Remove unused argument.Rafael Espindola2013-04-071-1/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Add interface for querying object files for symbol values.Tim Northover2012-10-291-0/+5
* Cosmetic changesAndrew Kaylor2012-10-101-1/+1
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-101-0/+7
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-181-0/+5
* Had a closing brace inside an #ifdef -- oops!Marshall Clow2012-06-151-1/+1
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-151-0/+31
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-0/+21
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-101-9/+0
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-191-10/+19
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-191-19/+24
* Fix bug found by warning.Michael J. Spencer2012-03-151-1/+2
* [Object]David Meyer2012-03-091-1/+1
* [Object]David Meyer2012-03-011-0/+6
OpenPOWER on IntegriCloud