Displaying 2 results from an estimated 2 matches for "implicit_const".
2017 Feb 25
2
[DebugInfo] [DWARFv5] .debug_abbrev contents for different implicit_const values
Hello all, it looks like we have a bug here but I am not sure. Currently
if we have two similar types with implicit_const attributes and
different values we end up with only one abbrev in .debug_abbrev
section. For example consider two structures: S1 with implicit_const
attribute ATTR and value VAL1 and S2 with implicit_const ATTR and value
VAL2. The .debug_abbrev section will contain only 1 related record:
[N] D...
2019 Nov 05
2
DWARFv5 DW_FORM_implicit_const support in LLVM
Hello folks,
I was interested in the support we have for the attribute form
DW_FORM_implicit_const (DWARFv5 feature) in clang/LLVM. And I had some
doubts wrt this. I noticed that support for this was put in here in 2017:
https://rev.ng/gitlab/revng-bar-2019/llvm/commit/d9df13befcbc702e239b650dd1f55778d72b8571
>From what I could make out, the support for generating
DW_FORM_implicit_const...