[all-commits] [llvm/llvm-project] cd8cac: [DebugInfo] Add CIE::getAugmentationData() and FDE...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Mon Jan 16 07:46:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd8cac438d0f175aae88a9f412cb69317be7ffc6
https://github.com/llvm/llvm-project/commit/cd8cac438d0f175aae88a9f412cb69317be7ffc6
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
Log Message:
-----------
[DebugInfo] Add CIE::getAugmentationData() and FDE::getCIEPointer()
Public getters are provided for other similar members of both the CIE
and FDE, these fields are also displayed by the llvm-drawfdump tool,
so it seems like not exposing them was likely an oversight.
These are needed for tools based on LLVM that need access to all the
parsed DWARF data.
Differential Revision: https://reviews.llvm.org/D141475
More information about the All-commits
mailing list