llvm-project/llvm/lib/BinaryFormat
Eli Friedman 488ad99ecf [ARM64EC 1/?] Add parsing support to llvm-objdump/llvm-readobj.
This is the first patch of a patchset to add initial support for
ARM64EC. Basic documentation is available at
https://docs.microsoft.com/en-us/windows/uwp/porting/arm64ec-abi .
(Discourse post:
https://discourse.llvm.org/t/initial-patches-for-arm64ec-windows-11-now-posted/62449
.)

The file format for ARM64EC is basically identical to normal ARM64.
There are a few extra sections, but the existing code for reading ARM64
object files just works.

Differential Revision: https://reviews.llvm.org/D125411
2022-09-05 12:25:08 -07:00
..
AMDGPUMetadataVerifier.cpp [AMDGPU] Add the uses_dynamic_stack field to the kernel descriptor and the kernel metadata map 2022-07-18 10:07:13 +05:30
CMakeLists.txt [COFF] Move section name encoding into BinaryFormat 2022-02-21 13:50:56 +02:00
COFF.cpp [COFF] Move section name encoding into BinaryFormat 2022-02-21 13:50:56 +02:00
Dwarf.cpp
ELF.cpp Cleanup headers for BinaryFormat 2022-01-26 13:44:32 +01:00
MachO.cpp
Magic.cpp [ARM64EC 1/?] Add parsing support to llvm-objdump/llvm-readobj. 2022-09-05 12:25:08 -07:00
Minidump.cpp
MsgPackDocument.cpp
MsgPackDocumentYAML.cpp [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
MsgPackReader.cpp
MsgPackWriter.cpp
Wasm.cpp [WebAssembly] Consolidate sectionTypeToString in BinaryFormat [NFC] 2022-05-27 09:26:36 -07:00
XCOFF.cpp