This adds support for encoding and decoding the LC_FUNCTION_STARTS load
command payload.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119205
[ObjectYAML][MachO] Add LC_FUNCTION_STARTS support ClosedPublic Authored by keith on Feb 7 2022, 5:35 PM.
Details Summary This adds support for encoding and decoding the LC_FUNCTION_STARTS load
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 13 2022, 9:19 AM Closed by commit rGa6e1b3c5c223: [ObjectYAML][MachO] Add LC_FUNCTION_STARTS support (authored by keith). · Explain WhyFeb 13 2022, 9:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 408275 llvm/include/llvm/Object/MachO.h
llvm/include/llvm/ObjectYAML/MachOYAML.h
llvm/lib/Object/MachOObjectFile.cpp
llvm/lib/ObjectYAML/MachOEmitter.cpp
llvm/lib/ObjectYAML/MachOYAML.cpp
llvm/test/ObjectYAML/MachO/function_starts.yaml
llvm/tools/obj2yaml/macho2yaml.cpp
|