This patch refactors the range list table to hold both the range list
table and the location list table.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84239
[DWARFYAML] Refactor range list table to hold more data structure. ClosedPublic Authored by Higuoxing on Jul 21 2020, 7:20 AM.
Details Summary This patch refactors the range list table to hold both the range list
Diff Detail
Event TimelineHiguoxing added a child revision: D84234: [DWARFYAML] Implement the .debug_loclists section..Jul 21 2020, 7:22 AM This revision is now accepted and ready to land.Jul 22 2020, 1:12 AM Closed by commit rGc4cf250c5bab: [DWARFYAML] Refactor range list table to hold more data structure. (authored by Higuoxing). · Explain WhyJul 22 2020, 7:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280006 llvm/include/llvm/ObjectYAML/DWARFYAML.h
llvm/lib/ObjectYAML/DWARFEmitter.cpp
llvm/lib/ObjectYAML/DWARFYAML.cpp
|