Rename EHFrameSplitter to DWARFRecordSectionSplitter
authorShubham Sandeep Rastogi <srastogi22@apple.com>
Fri, 11 Mar 2022 20:14:05 +0000 (12:14 -0800)
committerShubham Sandeep Rastogi <srastogi22@apple.com>
Sat, 12 Mar 2022 00:02:31 +0000 (16:02 -0800)
commit229d576b31f4071ab68c85ac4fabb78cfa502b04
tree4bbdf5510720a958eee0f580b0c9eb43d6d63baf
parent0c0f6cfb7b9fab0ee69ef67ed95c194698c9d794
Rename EHFrameSplitter to DWARFRecordSectionSplitter

EHFrameSplitter does the exact same work to split up the eh_frame as it would need for any section that follows the DWARF record, therefore this patch just changes the name of it to DWARFRecordSectionSplitter to be more general.

Differential Revision: https://reviews.llvm.org/D121486
llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
llvm/lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/lib/ExecutionEngine/JITLink/MachO_arm64.cpp
llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
llvm/test/ExecutionEngine/JITLink/AArch64/MachO_arm64_ehframe.s