aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-02[Object] [COFF] Improve error messagesMartin Storsjö1-36/+64
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-1/+1
2021-05-26[NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi1-1/+8
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata1-4/+3
2020-12-22Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_...Arthur O'Dwyer1-10/+14
2020-10-18Fix various format specifier mismatchesHubert Tong1-2/+2
2020-10-08[llvm-readobj] Add --coff-tls-directory flag to print TLS Directory & test.Luqman Aden1-2/+39
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner1-204/+200
2020-06-05Revert "Migrate the rest of COFFObjectFile to Error"Nico Weber1-201/+205
2020-06-05Migrate the rest of COFFObjectFile to ErrorReid Kleckner1-205/+201
2020-06-05Re-land "Migrate Binary::checkOffset from error_code to Error, NFC"Reid Kleckner1-8/+10
2020-06-05Revert "Migrate Binary::checkOffset from error_code to Error, NFC"Nico Weber1-10/+8
2020-06-05Migrate Binary::checkOffset from error_code to Error, NFCReid Kleckner1-8/+10
2020-05-28SymbolicFile.h - removed unused FileSystem.h include. NFC.Simon Pilgrim1-0/+1
2020-05-08[COFF] Use Expected in COFFObjectFile creationReid Kleckner1-30/+34
2020-05-08[COFF] Migrate COFFObjectFile to Expected<T>Reid Kleckner1-64/+36
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO1-1/+1
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-1/+1
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