aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-9/+9
2022-12-13[llvm][Object] set SF_Hidden flag for MachO filesCyndy Ishida1-2/+6
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-09Revert D139098 "[Alignment] Use Align for ObjectFile::getSectionAlignment"Guillaume Chatelet1-3/+10
2022-12-09[Alignment] Use Align for ObjectFile::getSectionAlignmentGuillaume Chatelet1-10/+3
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-1/+1
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song1-2/+2
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-16/+16
2022-11-22[MachO] Support exports trie in both LC_DYLD_INFO and LC_DYLD_EXPORTS_TRIEDaniel Rodríguez Troitiño1-9/+34
2022-09-23[objdump] Fix typo in error message.Daniel Rodríguez Troitiño1-1/+1
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser1-1/+1
2022-08-28[llvm-objdump] Add -dyld_info to llvm-otoolDaniel Bertalan1-10/+176
2022-08-24[llvm-objdump] Complete -chained_fixups supportDaniel Bertalan1-2/+110
2022-08-18[llvm-objdump] Support dumping segment information with -chained_fixupsDaniel Bertalan1-7/+111
2022-06-15[llvm] Fix MachO exports trie parsing.Juergen Ributzka1-1/+3
2022-03-17[dsymutil] Apply relocations present in Swift reflection sectionsAugusto Noronha1-0/+20
2022-02-25Validate chained fixup image formatsAdrian Prantl1-13/+41
2022-02-22[NFC] Remove dead code (try 2)Arthur Eubanks1-7/+5
2022-02-22Add support for chained fixup load commands to MachOObjectFileAdrian Prantl1-3/+158
2022-02-13[ObjectYAML][MachO] Add LC_FUNCTION_STARTS supportKeith Smiley1-1/+15
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-1/+1
2022-02-01Change namespace llvm::swift to namespace llvm::binaryformat because of clash...Shubham Sandeep Rastogi1-4/+5
2022-01-28Emit swift5 reflection section data in dsym bundle generated by dsymutil in t...Shubham Sandeep Rastogi1-0/+12
2022-01-26Revert "Emit swift5 reflection section data in dsym bundle generated by dsymu...Shubham Sandeep Rastogi1-12/+0
2022-01-26Emit swift5 reflection section data in dsym bundle generated by dsymutil in t...Shubham Sandeep Rastogi1-0/+12
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-1/+1
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-1/+1
2022-01-21Revert "Emit swift5 reflection section data in dsym bundle generated by dsymu...Shubham Sandeep Rastogi1-12/+0
2022-01-21Emit swift5 reflection section data in dsym bundle generated by dsymutil in t...Shubham Sandeep Rastogi1-0/+12
2021-12-15[dwarf][NFC] Move expandBundle() to MachO.hEllis Hoag1-0/+46
2021-11-08Extend obj2yaml to optionally preserve raw __LINKEDIT/__DATA segments.Adrian Prantl1-0/+40
2021-09-20MachOObjectFile - checkOverlappingElement - use const-ref to avoid unnecessar...Simon Pilgrim1-3/+3
2021-06-13MachOObjectFile.cpp - remove unused <string> include. NFCI.Simon Pilgrim1-1/+0
2021-05-26[NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi1-1/+8
2021-03-17[Object][MachO] Handle end iterator in getSymbolType()Steven Wu1-0/+2
2020-12-18[MCA, ExecutionEngine, Object] Use llvm::is_contained (NFC)Kazu Hirata1-1/+1
2020-12-03[Triple][MachO] Define "arm64e", an AArch64 subarch for Pointer Auth.Ahmed Bougacha1-5/+26
2020-11-11[MachO] Allow the LC_IDENT load commandVedant Kumar1-0/+3
2020-11-02[MachO] Also recongize __swift_ast as a debug info sectionJonas Devlieghere1-1/+2
2020-10-29[dwarfdump] Recognize __apple sections as debug info sectionsJonas Devlieghere1-1/+2
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-3/+3
2020-04-02[Object] Add the method for checking if a section is a debug sectionDjordje Todorovic1-0/+5
2020-03-04Fix dyld opcode *_ADD_ADDR_IMM_SCALED error detection.Michael Trent1-26/+4
2020-02-20Revert "[macho][NFC] Extract all CPU_(SUB_)TYPE logic to libObject"Francis Visoiu Mistrih1-89/+0
2020-02-20[macho][NFC] Extract all CPU_(SUB_)TYPE logic to libObjectFrancis Visoiu Mistrih1-0/+89
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-2/+2
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-2/+2
2019-11-18[macho] Allow CPUSubtype to contribute to architecture identificationDaniel Sanders1-2/+6