aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-02[Object] Add the method for checking if a section is a debug sectionDjordje Todorovic1-0/+6
2020-02-24[NFC] Fix typo in error messageserge-sans-paille1-1/+1
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-4/+4
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-4/+4
2019-08-30[COFF] Add a ResourceSectionRef method for getting resource contentsMartin Storsjo1-0/+117
2019-08-29[COFF] Add a ResourceSectionRef method for getting the data entry, print it i...Martin Storsjo1-0/+18
2019-08-29[COFF] Add a bounds checking helper for iterating a coff_resource_dir_tableMartin Storsjo1-0/+22
2019-08-29[COFF] Fix error handling in ResourceSectionRefMartin Storsjo1-3/+6
2019-08-19[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar1-23/+0
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-4/+5
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-5/+4
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-4/+5
2019-05-14[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song1-11/+10
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song1-10/+10
2019-04-04[COFF] Fix delay import directory iteratorJoseph Tremoulet1-1/+1
2019-01-27[COFF] Add new relocation types.Martin Storsjo1-0/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-03[llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo1-0/+10
2018-12-19[llvm-objcopy] Initial COFF supportMartin Storsjo1-0/+12
2018-12-08[COFF] Map truncated .eh_frame section nameMartin Storsjo1-0/+6
2018-09-05Handle zero-length debug directory entries.Nico Weber1-4/+6
2018-08-27[COFF] Expose an easier helper function for getting names for relocation typesMartin Storsjo1-16/+18
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-07-20[COFF] Adjust how we flag weak externalsMartin Storsjo1-4/+4
2018-07-11[llvm-readobj] Add -hex-dump (-x) optionPaul Semel1-0/+15
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel1-0/+6
2018-04-17COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne1-6/+3
2018-04-12[NFC] fix trivial typos in documents and commentsHiroshi Inoue1-1/+1
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner1-1/+1
2017-10-11Convert the last uses of ErrorOr in COFF.h.Rafael Espindola1-7/+6
2017-10-11Convert a couple of ErrorOr to Expected. NFC.Rafael Espindola1-8/+10
2017-10-10Convert two uses of ErrorOr to Expected.Rafael Espindola1-2/+2
2017-08-31[Object] Verify object sizes before handing out StringRefs pointing outBenjamin Kramer1-12/+3
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone1-1/+4
2017-07-18Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama1-4/+1
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone1-1/+4
2017-06-30[llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo1-1/+1
2017-06-27[COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang1-0/+23
2017-06-22[llvm-readobj] Dump the COFF image load configReid Kleckner1-0/+20
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-05-27Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar1-0/+4
2017-05-26Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar1-4/+0
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar1-0/+4
2017-05-26Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar1-4/+0
2017-05-26Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar1-0/+4
2017-05-26Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar1-4/+0
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar1-0/+4
2017-05-14[COFF] Gracefully handle empty .drectve sectionsShoaib Meenai1-1/+1
2017-05-09Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann1-2/+0
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann1-7/+3